Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Druntime_stat.cpp32 if (currentTimer_ != nullptr) { in StartCount()
33 timer->SetParent(currentTimer_); in StartCount()
35 PandaRuntimeTimer *parent = currentTimer_; in StartCount()
36 currentTimer_ = timer; in StartCount()
43 if (nowTimer != currentTimer_) { in StopCount()
46 PandaRuntimeTimer *parentTimer = currentTimer_->Stop(); in StopCount()
47 currentTimer_ = parentTimer; in StopCount()
52 if (currentTimer_ != nullptr) { in Print()
53 currentTimer_->Snapshot(); in Print()
60 while (currentTimer_ ! in ResetAllCount()
[all...]
H A Dfunction_call_timer.cpp23 PandaRuntimeTimer *callerTimer = currentTimer_; in StartCount()
28 currentTimer_ = calleeTimer; in StartCount()
42 if (callee != currentTimer_) { in StopCount()
49 currentTimer_ = callerTimer; in StopCount()
H A Dfunction_call_timer.h79 PandaRuntimeTimer *currentTimer_ = nullptr; member in panda::ecmascript::FunctionCallTimer
H A Druntime_stat.h51 PandaRuntimeTimer *currentTimer_ = nullptr; member in panda::ecmascript::EcmaRuntimeStat

Completed in 2 milliseconds