Home
last modified time | relevance | path

Searched refs:PrintAndReset (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h189 void PrintAndReset();
236 void PrintAndReset(std::string opStr) in PrintAndReset() function
Dopt_code_profiler.cpp27 void OptCodeProfiler::PrintAndReset() in PrintAndReset() function in panda::ecmascript::OptCodeProfiler
192 PrintAndReset(); in ~OptCodeProfiler()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp917 optCodeProfiler_->PrintAndReset(); in PrintOptStat()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp398 profiler->PrintAndReset(opStr); in PrintTypedOpProfilerAndReset()