Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp52 uint64_t totalTypedPathCount = 0; in PrintAndReset() local
69 totalTypedPathCount += val.TypedPathCount(); in PrintAndReset()
79 << std::setw(numberRightAdjustment) << totalTypedPathCount in PrintAndReset()
81 << std::setw(numberRightAdjustment) << totalTypedPathCount * hundred / totalCount << "%"; in PrintAndReset()

Completed in 2 milliseconds