Home
last modified time | relevance | path

Searched defs:timeDelta (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.cpp107 int timeDelta = static_cast<int>(frame->timeStamp - in AddSample() local
128 int timeDelta = static_cast<int>(sampleTimeStamp - in AddEmptyStackSample() local
344 int timeDelta = MIN_TIME_DELTA - profileInfo_->timeDeltas[idx]; in FinetuneTimeDeltas() local
367 int timeDelta = MIN_TIME_DELTA - profileInfo_->timeDeltas[idx]; in FinetuneTimeDeltas() local
442 void SamplesRecord::StatisticStateTime(int timeDelta, RunningState state) in StatisticStateTime()