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.cpp103 int timeDelta = static_cast<int>(frame->timeStamp - in AddSample() local
124 int timeDelta = static_cast<int>(sampleTimeStamp - in AddEmptyStackSample() local
301 void SamplesRecord::StatisticStateTime(int timeDelta, RunningState state) in StatisticStateTime()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp241 for (auto timeDelta : cpuProfileArg.timeDeltas) { in TraceEventUpdateCpuProfiler() local