Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.cpp108 int timeDelta = static_cast<int>(frame->timeStamp - in AddSample() local
129 int timeDelta = static_cast<int>(sampleTimeStamp - in AddEmptyStackSample() local
352 int timeDelta = MIN_TIME_DELTA - profileInfo_->timeDeltas[idx]; in FinetuneTimeDeltas() local
375 int timeDelta = MIN_TIME_DELTA - profileInfo_->timeDeltas[idx]; in FinetuneTimeDeltas() local
450 void SamplesRecord::StatisticStateTime(int timeDelta, RunningState state) in StatisticStateTime()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp243 for (auto timeDelta : cpuProfileArg.timeDeltas) { in TraceEventUpdateCpuProfiler() local