Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.cpp102 int timeDelta = static_cast<int>(frame->timeStamp - in AddSample() local
123 int timeDelta = static_cast<int>(sampleTimeStamp - in AddEmptyStackSample() local
300 void SamplesRecord::StatisticStateTime(int timeDelta, RunningState state) in StatisticStateTime()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsamples_record.cpp179 int timeDelta; in ProcessSingleCallStackData() local
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp241 for (auto timeDelta : cpuProfileArg.timeDeltas) { in TraceEventUpdateCpuProfiler() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
Dsamples_record_test.cpp39 void StatisticStateTimeTest(int timeDelta, RunningState state) in StatisticStateTimeTest()