Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.cpp104 int sampleNodeId = previousId_ == 0 ? 1 : methodNode.id; in AddSample() local
118 profileInfo_->nodes[sampleNodeId - 1].hitCount++; in AddSample()
119 profileInfo_->samples.push_back(sampleNodeId); in AddSample()

Completed in 5 milliseconds