Home
last modified time | relevance | path

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

12

/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/static_core/runtime/tests/
Dmem_stats_test.cpp81 explicit RawStatsBeforeTest(MemStatsType *stats) in RawStatsBeforeTest()
104 void AssertHeapStats(MemStatsType *stats, size_t bytesInHeap, size_t heapBytesAllocated, size_t hea… in AssertHeapStats()
111 void AssertHeapHumongousStats(MemStatsType *stats, size_t bytesInHeap, size_t heapBytesAllocated, s… in AssertHeapHumongousStats()
118 void AssertHeapObjectsStats(MemStatsType *stats, size_t heapObjectsAllocated, size_t heapObjectsFre… in AssertHeapObjectsStats()
142 void AssertRawStats(MemStatsType *stats, size_t rawBytesAllocated, size_t rawBytesFreed, size_t raw… 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
239 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.cpp73 MemStatsAdditionalInfo stats; in TEST_F() local
Dmem_stats_gc_test.cpp86 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); in MemStatsTest() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbase_mem_stats_test.cpp44 BaseMemStats stats; in TEST_F() local
58 BaseMemStats stats; in TEST_F() local
Dcode_allocator_test.cpp62 BaseMemStats stats; in TEST_F() local
/arkcompiler/runtime_core/tests/fuzztest/makereadexec_fuzzer/
Dmakereadexec_fuzzer.cpp36 panda::BaseMemStats stats; in MakeReadExecFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/
Dtype_cache.py53 stats: HitStat = field(default_factory=HitStat) variable in Cache
86 def stats(self) -> Iterator[Tuple[str, HitStat]]: member in MirrorTypeCaches
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker.h46 } stats; member
/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dark_collector.h166 GCStats& stats = GetGCStats(); in CollectLargeGarbage() local
175 GCStats& stats = GetGCStats(); in CollectPinnedGarbage() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/micro-benchmarks/
Drun_micro_benchmarks.py191 def run_separate_bench(self, filename, stats): argument
248 def dump_time_stats(logger, stats): argument
280 def parse_results(logger, stats, mode, int_type): argument
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py163 stats = calc_statistics(c2p_sizes) variable
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_queue_set.cpp45 auto stats = taskTimeStats_->GetTaskStatistics(); in ~TaskQueueSet() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py168 stats = calc_statistics(c2p_sizes) variable
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_stats.cpp254 GCScopedStats::GCScopedStats(GCStats *stats, GCInstanceStats *instanceStats) in GCScopedStats()
266 GCScopedPauseStats::GCScopedPauseStats(GCStats *stats, GCInstanceStats *instanceStats, PauseTypeSta… in GCScopedPauseStats()
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_second_test.cpp379 GCStats *stats = new GCStats(heap); in HWTEST_F_L0() local
391 GCStats *stats = new GCStats(heap); in HWTEST_F_L0() local
405 GCStats *stats = new GCStats(heap); in HWTEST_F_L0() local
414 GCStats *stats = new GCStats(heap); in HWTEST_F_L0() local
423 GCStats *stats = new GCStats(heap); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/statistics/scan/
DCountFile.ts206 const stats = await promisify(fs.stat)(directory); constant
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dfix_heap.cpp189 GCStats &stats = Heap::GetHeap().GetCollector().GetGCStats(); in CollectEmptyRegions() local
Dregion_manager.cpp645 …FixFixedRegionList(MarkingCollector& collector, RegionList& list, size_t cellCount, GCStats& stats) in FixFixedRegionList()
/arkcompiler/ets_frontend/ets2panda/linter/src/cli/
DCommandLineParser.ts212 const stats = fs.statSync(path.normalize(options.ruleConfig)); constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp204 void AliveAnalyzer::AnalyzeStats(const ArenaVector<ir::Statement *> &stats) in AnalyzeStats()
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.h186 Scope(ScopeId id, GCStats* stats) : id_(id), stats_(stats) in Scope()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp889 auto stats = GetGraph()->GetPassManager()->GetStatistics(); in TryInlineExternalAot() local
1276 auto stats = GetGraph()->GetPassManager()->GetStatistics(); in BuildGraph() local
/arkcompiler/ets_runtime/common_components/heap/collector/
Dmarking_collector.cpp809 GCStats& stats = GetGCStats(); in CopyFromSpace() local

12