Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3702 auto callTimer = thread->GetEcmaVM()->GetCallTimer(); in StartCallTimer() local
3703 callTimer->InitialStatAndTimer(method, methodId, isAot); in StartCallTimer()
3704 callTimer->StartCount(methodId, isAot); in StartCallTimer()
3715 auto callTimer = thread->GetEcmaVM()->GetCallTimer(); in EndCallTimer() local
3716 callTimer->StopCount(method); in EndCallTimer()

Completed in 9 milliseconds