Home
last modified time | relevance | path

Searched refs:napiCallCount (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.cpp247 size_t napiCallCount = napiCallTimeVec_.size(); // napiCall count in FinetuneSampleData() local
252 while (sampleIdx < samplesCount && napiCallIdx < napiCallCount) { in FinetuneSampleData()