Home
last modified time | relevance | path

Searched refs:samplePos (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.cpp143 void Tracing::TraceEventRecordCpuProfiler(struct ProfileInfo* profileInfo, int &nodePos, uint32_t &samplePos) in TraceEventRecordCpuProfiler() argument
163 std::copy(profileInfo->samples.begin() + samplePos, profileInfo->samples.end(), in TraceEventRecordCpuProfiler()
165 std::copy(profileInfo->timeDeltas.begin() + samplePos, profileInfo->timeDeltas.end(), in TraceEventRecordCpuProfiler()
167 samplePos = profileInfo->samples.size(); in TraceEventRecordCpuProfiler()
H A Dtracing.h104 void TraceEventRecordCpuProfiler(struct ProfileInfo* profileInfo, int &nodePos, uint32_t &samplePos);

Completed in 2 milliseconds