Changeset 97d246d for src/CodeTools/DeclStats.cc
- Timestamp:
- Feb 14, 2017, 1:20:11 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- e58dfb9
- Parents:
- d3a804f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeTools/DeclStats.cc
rd3a804f5 r97d246d 282 282 printAllSparseHisto("overloads", [](const Stats& stats) { return stats.by_name; }); 283 283 printAll("basic_type_names", [](const Stats& stats) { return stats.basic_type_names.size(); }); 284 printAllSparseHisto("basic_type_uses", [](const Stats& stats) { return stats.basic_type_names; }); 284 285 printAll("compound_type_names", [](const Stats& stats) { return stats.compound_type_names.size(); }); 286 printAllSparseHisto("compound_type_uses", [](const Stats& stats) { return stats.compound_type_names; }); 285 287 printAllPack("params", [](const Stats& stats) { return stats.params; }); 286 288 printAllPack("returns", [](const Stats& stats) { return stats.returns; });
Note: See TracChangeset
for help on using the changeset viewer.