Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp63 … if (generator_->GetMethodNodeCount() + generator_->GetframeStackLength() >= MAX_NODE_COUNT) { in Run()
Dsamples_record.h33 const int MAX_NODE_COUNT = 20000; // 20000:the maximum size of the array variable
61 struct CpuProfileNode nodes[MAX_NODE_COUNT];