Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 4 of 4) 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/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py163 stats = calc_statistics(c2p_sizes) variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.h128 Scope(ScopeId id, GCStats* stats) : id_(id), stats_(stats) in Scope()