Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp45 << std::setw(numberRightAdjustment) << "TypedPathCount" in PrintAndReset()
64 << std::setw(numberRightAdjustment) << val.TypedPathCount() in PrintAndReset()
66 << std::setw(numberRightAdjustment) << val.TypedPathCount() * hundred / val.Count() << "%"; in PrintAndReset()
69 totalTypedPathCount += val.TypedPathCount(); in PrintAndReset()
H A Dopt_code_profiler.h64 uint64_t TypedPathCount() const in TypedPathCount() function

Completed in 1 milliseconds