Searched refs:sample_interval (Results 1 - 4 of 4) sorted by relevance
/external/v8/src/profiler/ |
H A D | heap-profiler.h | 33 bool StartSamplingHeapProfiler(uint64_t sample_interval, int stack_depth,
|
H A D | heap-profiler.cc | 88 uint64_t sample_interval, int stack_depth, 94 heap(), names_.get(), sample_interval, stack_depth, flags)); 87 StartSamplingHeapProfiler( uint64_t sample_interval, int stack_depth, v8::HeapProfiler::SamplingFlags flags) argument
|
/external/v8/include/ |
H A D | v8-profiler.h | 633 * allocation will be sampled every |sample_interval| bytes allocated. The 647 bool StartSamplingHeapProfiler(uint64_t sample_interval = 512 * 1024,
|
/external/v8/src/ |
H A D | api.cc | 8625 bool HeapProfiler::StartSamplingHeapProfiler(uint64_t sample_interval, argument 8629 sample_interval, stack_depth, flags);
|
Completed in 124 milliseconds