Home
last modified time | relevance | path

Searched defs:totalTime (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Druntime_stat.cpp90 uint64_t totalTime = 0; in PrintAllStats() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_trace.h90 float totalTime = std::accumulate(profileBytecodeTime_.begin(), profileBytecodeTime_.end(), 0.0); in Print() local
/arkcompiler/ets_runtime/ecmascript/js_vm/
H A Dmain.cpp168 auto totalTime = execute.TotalSpentTime(); in ExecutePandaFile() local
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_logger.cpp205 double totalTime = 0; in ProcessModuleExecuteTime() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_stats.cpp53 auto totalTime = ConvertTimeToPeriod(time::GetCurrentTimeInNanos() - startTime_, true); in GetFinalStatistics() local
344 auto totalTime = helpers::TimeConverter(totalTimeHist.GetSum()); in GetAllSpacesDump() local

Completed in 4 milliseconds