Searched defs:stats (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | base_mem_stats_test.cpp | 42 BaseMemStats stats; variable 56 BaseMemStats stats; variable 81 BaseMemStats stats; variable
|
| D | code_allocator_test.cpp | 58 BaseMemStats stats; variable
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | mem_stats_test.cpp | 77 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 …]
|
| D | mem_stats_additional_info_test.cpp | 69 MemStatsAdditionalInfo stats; in TEST_F() local 112 MemStatsAdditionalInfo stats; in TEST_F() local
|
| D | mem_stats_gc_test.cpp | 62 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); in MemStatsTest() local
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_stats.cpp | 223 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/ |
| D | run_benchmark.py | 163 stats = calc_statistics(c2p_sizes) variable
|
| /arkcompiler/runtime_core/compiler/tools/paoc/ |
| D | paoc.cpp | 591 …std::ofstream *stats {nullptr}; // NOLINT(misc-non-private-member-variables-in-class… member
|