Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_trace.h90 float totalTime = std::accumulate(profileBytecodeTime_.begin(), profileBytecodeTime_.end(), 0.0); in Print() local
93 if (totalTime < MIN_PRINT_TIME && count < MIN_PRINT_COUNT) { in Print()
100 float avgProfileBytecodeTime = totalTime / count; in Print()
104 << avgProfileBytecodeTime << std::setw(WIDTH) << totalTime; in Print()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_stats.cpp53 auto totalTime = ConvertTimeToPeriod(time::GetCurrentTimeInNanos() - startTime_, true); in GetFinalStatistics() local
68 if (totalTime > durationInfo.GetCountDifferent()) { in GetFinalStatistics()
69 durationInfo.AddValue(0, totalTime - durationInfo.GetCountDifferent()); in GetFinalStatistics()
344 auto totalTime = helpers::TimeConverter(totalTimeHist.GetSum()); in GetAllSpacesDump() local
348 statistic << GC_NAMES[ToIndex(gcType)] << " total time: " << totalTime in GetAllSpacesDump()
354 << totalFreedObj / totalTime.GetDoubleValue() << "objects/" << totalTime.GetLiteral() << " / " in GetAllSpacesDump()
355 << helpers::MemoryConverter(totalFreedBytes / totalTime.GetDoubleValue()) << "/" << totalTime.GetLiteral() in GetAllSpacesDump()
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Druntime_stat.cpp90 uint64_t totalTime = 0; in PrintAllStats() local
98 totalTime += runCallerStat.TotalTime(); in PrintAllStats()
134 << std::setw(numberRightAdjustment) << totalTime; in PrintAllStats()
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_logger.cpp205 double totalTime = 0; in ProcessModuleExecuteTime() local
221 totalTime += time; in ProcessModuleExecuteTime()
223 totalTime_ = static_cast<int64_t>(totalTime); in ProcessModuleExecuteTime()
/arkcompiler/ets_runtime/ecmascript/js_vm/
H A Dmain.cpp168 auto totalTime = execute.TotalSpentTime(); in ExecutePandaFile() local
174 std::cout << "execute pandafile spent time " << totalTime << "ms" << std::endl; in ExecutePandaFile()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js27572 return this._curTime >= this.settings.totalTime;
27584 totalTime: null !== (e = de.querySettings(_e.Category.SPLASH_SCREEN, "totalTime")) && void 0 !== e ? e : 3e3,
27592 if (this.settings.enabled && "" !== this.settings.base64src && !(this.settings.totalTime <= 0)) {
27610 this.settings.totalTime = 0;
27643 let a = F_(di(this._curTime / e.totalTime));
[all...]

Completed in 33 milliseconds