Home
last modified time | relevance | path

Searched refs:TypedPathCount (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.cpp66 << std::setw(numberRightAdjustment) << val.TypedPathCount() in PrintAndReset()
68 … << std::setw(numberRightAdjustment) << val.TypedPathCount() * hundred / val.Count() << "%"; in PrintAndReset()
71 totalTypedPathCount += val.TypedPathCount(); in PrintAndReset()
Dopt_code_profiler.h63 uint64_t TypedPathCount() const in TypedPathCount() function