Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.cpp88 int sampleNodeId = previousId_ == 0 ? 1 : methodNode.id; in AddSample() local
101 int sampleNodeId = 1; in AddRootSample() local