reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
41 ALWAYS_ENABLED_STATISTIC(NumDirLookups, "Number of directory lookups."); 42 ALWAYS_ENABLED_STATISTIC(NumFileLookups, "Number of file lookups."); 43 ALWAYS_ENABLED_STATISTIC(NumDirCacheMisses, 45 ALWAYS_ENABLED_STATISTIC(NumFileCacheMisses, "Number of file cache misses.");tools/clang/lib/Lex/HeaderSearch.cpp
52 ALWAYS_ENABLED_STATISTIC(NumIncluded, "Number of attempted #includes."); 53 ALWAYS_ENABLED_STATISTIC( 56 ALWAYS_ENABLED_STATISTIC(NumFrameworkLookups, "Number of framework lookups."); 57 ALWAYS_ENABLED_STATISTIC(NumSubFrameworkLookups,unittests/ADT/StatisticTest.cpp
20 ALWAYS_ENABLED_STATISTIC(AlwaysCounter, "Counts things always");