Index: src/CodeTools/DeclStats.cc
===================================================================
--- src/CodeTools/DeclStats.cc	(revision f923b5f3ad24f314f2fa278b457d9f7f293676d3)
+++ src/CodeTools/DeclStats.cc	(revision e58dfb989674544981dfc936425231e7fa5edd1c)
@@ -282,5 +282,7 @@
 			printAllSparseHisto("overloads", [](const Stats& stats) { return stats.by_name; });
 			printAll("basic_type_names", [](const Stats& stats) { return stats.basic_type_names.size(); });
+			printAllSparseHisto("basic_type_uses", [](const Stats& stats) { return stats.basic_type_names; });
 			printAll("compound_type_names", [](const Stats& stats) { return stats.compound_type_names.size(); });
+			printAllSparseHisto("compound_type_uses", [](const Stats& stats) { return stats.compound_type_names; });
 			printAllPack("params", [](const Stats& stats) { return stats.params; });
 			printAllPack("returns", [](const Stats& stats) { return stats.returns; });
