Home
last modified time | relevance | path

Searched refs:spendTime (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_concurrent_marker.cpp137 void SharedConcurrentMarker::FinishMarking(float spendTime) in FinishMarking() argument
140 SetDuration(spendTime); in FinishMarking()
H A Dshared_concurrent_marker.h115 void FinishMarking(float spendTime); // In daemon thread
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dconcurrent_marker.cpp183 float spendTime = clockScope_.TotalSpentTime(); in FinishMarking() local
191 SetDuration(spendTime); in FinishMarking()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.cpp432 int spendTime = scope.TotalSpentTimeInMicroseconds(); in Compile() local
433 jitTask->SetMainThreadCompilerTime(spendTime); in Compile()
434 jit->GetJitDfx()->RecordSpentTimeAndPrintStatsLogInJsThread(spendTime); in Compile()

Completed in 3 milliseconds