Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dcpu-profiler.cc20 static const int kProfilerStackSize = 64 * KB; variable
26 : Thread(Thread::Options("v8:ProfEvntProc", kProfilerStackSize)), in ProfilerEventsProcessor()