Home
last modified time | relevance | path

Searched defs:statistics (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
Druntime_collections.py24 statistics: Dict[str, Dict[str, Any]] = {} variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_additional_info_test.cpp97 auto statistics = thread_->GetVM()->GetMemStats()->GetStatistics(); in TEST_F() local
Dmem_stats_test.cpp348 auto statistics = stats.GetStatistics(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/src/
Dcalculate-stats.ts78 const statistics: Statistics = { constant
/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py911 def statistics(self): member in Stats