Home
last modified time | relevance | path

Searched refs:TotalCount (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dfunction_call_timer.cpp109 if (stat.TotalCount() != 0) { in PrintAllStats()
114 << std::setw(numberRightAdjustment) << stat.TotalCount() in PrintAllStats()
116 << std::setw(numberRightAdjustment) << stat.TotalTime() / stat.TotalCount(); in PrintAllStats()
Druntime_stat.cpp98 if (runCallerStat.TotalCount() != 0) { in PrintAllStats()
114 << std::setw(numberRightAdjustment) << runCallerStat.TotalCount() in PrintAllStats()
117 << runCallerStat.TotalTime() / runCallerStat.TotalCount(); in PrintAllStats()
Dcaller_stat.h58 uint64_t TotalCount() const in TotalCount() function