Add stats on adhoc table to dump_line_table_statistics
gcc/ChangeLog: * input.c (dump_line_table_statistics): Dump stats on adhoc table. libcpp/ChangeLog: * include/line-map.h (struct linemap_stats): Add fields "adhoc_table_size" and "adhoc_table_entries_used". * line-map.c (linemap_get_statistics): Populate above fields. From-SVN: r229873
This commit is contained in:
committed by
David Malcolm
parent
2a8e33581b
commit
ee015909ee
@@ -1143,6 +1143,8 @@ struct linemap_stats
|
||||
long macro_maps_used_size;
|
||||
long macro_maps_locations_size;
|
||||
long duplicated_macro_maps_locations_size;
|
||||
long adhoc_table_size;
|
||||
long adhoc_table_entries_used;
|
||||
};
|
||||
|
||||
/* Return the highest location emitted for a given file for which
|
||||
|
||||
Reference in New Issue
Block a user