Home
last modified time | relevance | path

Searched defs:Stats (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DTimer.cpp116 struct Stats { struct
117 const char *name;
118 uint64_t nanos;
119 uint64_t nanos_total;
120 uint64_t count;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_secondary.h318 struct Stats { struct
319 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64];
Dsanitizer_allocator_primary64.h655 struct Stats { struct
677 Stats stats; in ALIGNED() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DStatistic.cpp67 std::vector<TrackingStatistic *> Stats; member in __anona7ff59cc0111::StatisticInfo
176 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local
207 StatisticInfo &Stats = *StatInfo; in PrintStatisticsJSON() local
234 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerFork.cpp32 struct Stats { struct
33 size_t number_of_executed_units = 0;
34 size_t peak_rss_mb = 0;
35 size_t average_exec_per_sec = 0;
183 auto Stats = ParseFinalStatsFromLog(Job->LogPath); in RunOneMergeJob() local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator_secondary.h74 void *Allocate(AllocatorStats *Stats, uptr Size, uptr Alignment) { in Allocate()
151 void Deallocate(AllocatorStats *Stats, void *Ptr) { in Deallocate()
Dscudo_allocator_combined.h72 AllocatorGlobalStats Stats; variable
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dstats.h79 for (const auto &Stats : StatsList) { in get() local
Dlocal_cache.h139 LocalStats Stats; member
Dprimary32.h262 SizeClassStats Stats; in alignas() local
Dprimary64.h295 RegionStats Stats = {}; member
Dsecondary.h468 LocalStats Stats; variable
Dcombined.h981 GlobalStats Stats; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DSanitizerArgs.h54 bool Stats = false; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp130 TagStats Stats; in dumpChildStats() local
DPDBExtras.cpp402 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const TagStats &Stats) { in operator <<()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp274 StatCollection Stats; in getSymbolStats() local
302 StatCollection Stats; in getChunkStats() local
331 const StatCollection &Stats) { in printModuleDetailStats()
756 static uint32_t getLongestTypeLeafName(const StatCollection &Stats) { in getLongestTypeLeafName()
/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_ppmd8_private.h32 CPpmd_State_Ref Stats; member
Darchive_ppmd7_private.h38 CPpmd_State_Ref Stats; member
/freebsd-12-stable/contrib/amd/amq/
Damq.c75 Full, Stats, Calc, Short, ShowDone enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DDebugify.cpp697 DebugifyStatistics *Stats = nullptr; in checkDebugifyMetadata() local
916 DebugifyStatistics Stats = Entry.second; in exportDebugifyStats() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp664 const PerBlockIDStats &Stats = I->second; in printStats() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp406 CHRStats Stats; member in __anon3d2a9b300211::CHR
428 const CHRStats &Stats) { in operator <<()
454 CHRStats *Stats) { in dumpIR()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DRegAllocGreedy.cpp3202 RAGreedyStats Stats; in computeStats() local
3279 RAGreedyStats Stats; in reportStats() local
3307 RAGreedyStats Stats; in reportStats() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
DStatistics.cpp770 PerFunctionStats &Stats = Entry.getValue(); in collectStatsForObjectFile() local

12