Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 25 of 58) sorted by relevance

123

/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.cpp57 void AsanStats::MergeFrom(const AsanStats *stats) { in MergeFrom()
81 static void GetAccumulatedStats(AsanStats *stats) { in GetAccumulatedStats()
101 void FlushToDeadThreadStats(AsanStats *stats) { in FlushToDeadThreadStats()
108 AsanStats stats; in FillMallocStatistics() local
122 AsanStats stats; in PrintAccumulatedStats() local
139 AsanStats stats; in __sanitizer_get_current_allocated_bytes() local
149 AsanStats stats; in __sanitizer_get_heap_size() local
155 AsanStats stats; in __sanitizer_get_free_bytes() local
H A Dasan_malloc_mac.cpp54 # define COMMON_MALLOC_FILL_STATS(zone, stats) \ argument
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp57 void MemprofStats::MergeFrom(const MemprofStats *stats) { in MergeFrom()
81 static void GetAccumulatedStats(MemprofStats *stats) { in GetAccumulatedStats()
101 void FlushToDeadThreadStats(MemprofStats *stats) { in FlushToDeadThreadStats()
113 MemprofStats stats; in PrintAccumulatedStats() local
130 MemprofStats stats; in __sanitizer_get_current_allocated_bytes() local
140 MemprofStats stats; in __sanitizer_get_heap_size() local
146 MemprofStats stats; in __sanitizer_get_free_bytes() local
/llvm-project/mlir/utils/mbr/mbr/
H A Dconfig.ini5 [stats] section
7 max_number_of_measurements = 1e9
9 max_time_for_a_benchmark_ns = 1e9
/llvm-project/libcxx/test/libcxx/memory/
H A Dallocation_guard.pass.cpp113 test_allocator_statistics stats; main() local
120 test_allocator_statistics stats; main() local
129 test_allocator_statistics stats; main() local
142 test_allocator_statistics stats; main() local
159 test_allocator_statistics stats; main() local
178 test_allocator_statistics stats; main() local
[all...]
/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/
H A Dsputn.pass.cpp61 test_allocator_statistics stats; in test() local
78 test_allocator_statistics stats; in test() local
102 test_allocator_statistics stats; in test() local
H A Dsputc.pass.cpp59 test_allocator_statistics stats; in test() local
79 test_allocator_statistics stats; in test() local
111 test_allocator_statistics stats; in test() local
/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_iterators.pass.cpp24 test_allocator_statistics* stats; member in GetAlloc
37 test_allocator_statistics stats{}; in main() local
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_iterators.pass.cpp24 test_allocator_statistics* stats; member in GetAlloc
37 test_allocator_statistics stats{}; in main() local
/llvm-project/lldb/test/API/commands/statistics/basic/
H A DTestStats.py61 verify_success_fail_count(self, stats, key, num_successes, num_fails) global() argument
297 find_module_in_metrics(self, path, stats) global() argument
304 find_module_by_id_in_metrics(self, id, stats) global() argument
661 verify_stats(self, stats, expectation, options) global() argument
[all...]
/llvm-project/compiler-rt/lib/stats/
H A DCMakeLists.txt6 add_custom_target(stats) target
/llvm-project/polly/lib/External/isl/imath/tools/
H A Dfindthreshold.py86 stats = compute_stats() variable
/llvm-project/lldb/source/Utility/
H A DTimer.cpp145 Stats stats{i->m_name, nanos, nanos_total, count}; in DumpCategoryTimes() local
155 for (const auto &stats : sorted) in DumpCategoryTimes() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cpp149 void GetMemoryProfile(fill_profile_f cb, uptr *stats) { in GetMemoryProfile()
159 void ParseUnixMemoryProfile(fill_profile_f cb, uptr *stats, char *smaps, in ParseUnixMemoryProfile()
H A Dsanitizer_procmaps_bsd.cpp32 void GetMemoryProfile(fill_profile_f cb, uptr *stats) { in GetMemoryProfile() argument
H A Dsanitizer_allocator_stats.h79 const AllocatorStats *stats = this; in Get() local
/llvm-project/libcxx/test/std/strings/basic.string/string.ops/string_substr/
H A Dsubstr.pass.cpp133 test_allocator_statistics stats; in test_alloc() local
/llvm-project/libcxx/test/support/
H A Dtest_allocator.h90 TEST_CONSTEXPR_CXX14 explicit test_allocator(test_allocator_statistics* stats) TEST_NOEXCEPT : stats_(stats) { in test_allocator() argument
97 TEST_CONSTEXPR_CXX14 explicit test_allocator(int data, test_allocator_statistics* stats) TEST_NOEXCEPT in test_allocator() argument
232 TEST_CONSTEXPR explicit test_allocator(int data, test_allocator_statistics* stats) TEST_NOEXCEP argument
105 test_allocator(int data,int id,test_allocator_statistics * stats) test_allocator() argument
222 test_allocator(test_allocator_statistics * stats) test_allocator() argument
226 test_allocator(int data,test_allocator_statistics * stats) test_allocator() argument
[all...]
/llvm-project/mlir/tools/mlir-tblgen/
H A DPassDocGen.cpp44 ArrayRef<PassStatistic> stats = pass.getStatistics(); emitDoc() local
/llvm-project/mlir/lib/Pass/
H A DPassStatistics.cpp30 MutableArrayRef<Statistic> stats = std::nullopt) { in printPassEntry()
131 std::vector<Statistic> stats; in printResultsAsPipeline() local
/llvm-project/libcxx/test/libcxx/algorithms/alg.sorting/alg.heap.operations/make.heap/
H A Dcomplexity.pass.cpp26 } stats; global() variable
[all...]
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp77 #define COMMON_MALLOC_FILL_STATS(zone, stats) argument
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_malloc_mac.cpp49 #define COMMON_MALLOC_FILL_STATS(zone, stats) argument
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/
H A Dcomplexity.pass.cpp26 } stats; global() variable
[all...]
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp476 LoopNestStats *stats) { in getLoopNestStats()
529 Operation *forOp, LoopNestStats &stats, in getComputeCostHelper()
564 int64_t mlir::affine::getComputeCost(AffineForOp forOp, LoopNestStats &stats) { in getComputeCost()

123