Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.cpp48 uint64_t totalCount = 0; in PrintAndReset() local
64 totalCount += val.Count(); in PrintAndReset()
69 if (totalCount != 0) { in PrintAndReset()
73 << std::setw(numberRightAdjustment) << totalCount in PrintAndReset()
76 … << std::setw(numberRightAdjustment) << totalTypedPathCount * hundred / totalCount << "%"; in PrintAndReset()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h323 TraceNode &SetTotalCount(uint32_t totalCount) in SetTotalCount() argument
325 totalCount_ = totalCount; in SetTotalCount()
Dheap_snapshot.cpp789 uint32_t totalCount = topNode->GetTotalCount(); in AddTraceNode() local
790 topNode->SetTotalCount(++totalCount); in AddTraceNode()