Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.h62 Value() : typedPathValue(0), slowPathValue(0) {} in Value()
71 return slowPathValue; in SlowPathCount()
76 return typedPathValue + slowPathValue; in Count()
82 slowPathValue = 0; in ResetStat()
86 uint64_t slowPathValue; member
H A Dopt_code_profiler.cpp179 (mode == Mode::TYPED_PATH) ? (it->second.typedPathValue++) : (it->second.slowPathValue++); in FilterMethodToPrint()

Completed in 2 milliseconds