| Index: src/cpu-profiler.cc
|
| ===================================================================
|
| --- src/cpu-profiler.cc (revision 10614)
|
| +++ src/cpu-profiler.cc (working copy)
|
| @@ -42,7 +42,7 @@
|
| static const int kEventsBufferSize = 256 * KB;
|
| static const int kTickSamplesBufferChunkSize = 64 * KB;
|
| static const int kTickSamplesBufferChunksCount = 16;
|
| -static const int kProfilerStackSize = 32 * KB;
|
| +static const int kProfilerStackSize = 64 * KB;
|
|
|
|
|
| ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator)
|
|
|