Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp41 static constexpr int hundred = 100; in PrintAndReset() local
66 << std::setw(numberRightAdjustment) << val.TypedPathCount() * hundred / val.Count() << "%"; in PrintAndReset()
81 << std::setw(numberRightAdjustment) << totalTypedPathCount * hundred / totalCount << "%"; in PrintAndReset()
156 static constexpr int hundred = 100; in FilterMethodToPrint() local
171 << std::setw(numberRightAdjustment) << record.GetFast() * hundred / record.Count() << "%"; in FilterMethodToPrint()

Completed in 2 milliseconds