Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dbase_mem_stats_test.cpp42 BaseMemStats stats; variable
56 BaseMemStats stats; variable
81 BaseMemStats stats; variable
Dcode_allocator_test.cpp58 BaseMemStats stats; variable
/arkcompiler/runtime_core/runtime/tests/
Dmem_stats_test.cpp77 explicit RawStatsBeforeTest(MemStatsType *stats) in RawStatsBeforeTest()
100 void AssertHeapStats(MemStatsType *stats, size_t bytes_in_heap, size_t heap_bytes_allocated_, size_… in AssertHeapStats()
107 void AssertHeapHumongousStats(MemStatsType *stats, size_t bytes_in_heap, size_t heap_bytes_allocate… in AssertHeapHumongousStats()
115 void AssertHeapObjectsStats(MemStatsType *stats, size_t heap_objects_allocated_, size_t heap_object… in AssertHeapObjectsStats()
142 void AssertRawStats(MemStatsType *stats, size_t raw_bytes_allocated, size_t raw_bytes_freed, size_t… in AssertRawStats()
161 auto *stats = thread_->GetVM()->GetMemStats(); in TEST_F() local
187 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); in TEST_F() local
213 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); in TEST_F() local
238 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); in TEST_F() local
260 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); in TEST_F() local
[all …]
Dmem_stats_additional_info_test.cpp69 MemStatsAdditionalInfo stats; in TEST_F() local
112 MemStatsAdditionalInfo stats; in TEST_F() local
Dmem_stats_gc_test.cpp62 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); in MemStatsTest() local
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_stats.cpp223 GCScopedStats::GCScopedStats(GCStats *stats, GCInstanceStats *instance_stats) in GCScopedStats()
235 GCScopedPauseStats::GCScopedPauseStats(GCStats *stats, GCInstanceStats *instance_stats) in GCScopedPauseStats()
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py163 stats = calc_statistics(c2p_sizes) variable
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp591 …std::ofstream *stats {nullptr}; // NOLINT(misc-non-private-member-variables-in-class… member