Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dclock_scope.h43 float TotalSpentTime() const in TotalSpentTime() function in panda::ecmascript::ClockScope
H A Dconcurrent_marker.cpp183 float spendTime = clockScope_.TotalSpentTime(); in FinishMarking()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_handle_scope.cpp106 float totalSpentTime = context->GetLastHandleScope()->scope_.TotalSpentTime(); in NewHandle()
144 float totalSpentTime = context->GetLastPrimitiveScope()->scope_.TotalSpentTime(); in NewPrimitiveHandle()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.cpp623 LOG_BASELINEJIT(DEBUG) << message_ << ": " << TotalSpentTime() << "ms"; in ~TimeScope()
627 LOG_JIT(DEBUG) << message_ << ": " << TotalSpentTime() << "ms"; in ~TimeScope()
630 LOG_BASELINEJIT(INFO) << message_ << ": " << TotalSpentTime() << "ms"; in ~TimeScope()
638 LOG_JIT(INFO) << message_ << ": " << TotalSpentTime() << "ms"; in ~TimeScope()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_encoder.cpp237 PGOTrace::GetInstance()->SetSaveTime(start.TotalSpentTime()); in SaveAndRename()
269 PGOTrace::GetInstance()->SetMergeWithExistProfileTime(start.TotalSpentTime()); in InternalSave()
H A Dpgo_profiler.cpp695 PGOTrace::GetInstance()->SetMergeTime(start.TotalSpentTime()); in MergeProfilerAndDispatchAsyncSaveTask()
963 methodData->SetProfileBytecodeTime(start.TotalSpentTime()); in ProfileBytecode()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_concurrent_marker.cpp134 FinishMarking(clockScope.TotalSpentTime()); in DoMarking()
/arkcompiler/ets_runtime/ecmascript/js_vm/
H A Dmain.cpp168 auto totalTime = execute.TotalSpentTime(); in ExecutePandaFile()

Completed in 8 milliseconds