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.cpp89 int timeDelta = static_cast<int>(frame->timeStamp - in AddSample() local
103 int timeDelta = static_cast<int>(sampleTimeStamp - in AddRootSample() local
308 int timeDelta = MIN_TIME_DELTA - profileInfo_->timeDeltas[idx]; in FinetuneTimeDeltas() local
331 int timeDelta = MIN_TIME_DELTA - profileInfo_->timeDeltas[idx]; in FinetuneTimeDeltas() local
407 void SamplesRecord::StatisticStateTime(int timeDelta, RunningState state) in StatisticStateTime()