Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp51 uint64_t totalCount = 0; in PrintAndReset() local
68 totalCount += val.Count(); in PrintAndReset()
73 if (totalCount != 0) { in PrintAndReset()
78 << std::setw(numberRightAdjustment) << totalCount in PrintAndReset()
81 << std::setw(numberRightAdjustment) << totalTypedPathCount * hundred / totalCount << "%"; in PrintAndReset() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.h343 TraceNode &SetTotalCount(uint32_t totalCount) in SetTotalCount() argument
345 totalCount_ = totalCount; in SetTotalCount()
H A Dheap_snapshot.cpp880 uint32_t totalCount = topNode->GetTotalCount(); in AddTraceNode() local
881 topNode->SetTotalCount(++totalCount); in AddTraceNode()

Completed in 6 milliseconds