Searched refs:sample_interval (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/profiler/
H A Dheap-profiler.h33 bool StartSamplingHeapProfiler(uint64_t sample_interval, int stack_depth,
H A Dheap-profiler.cc88 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 Dv8-profiler.h633 * allocation will be sampled every |sample_interval| bytes allocated. The
647 bool StartSamplingHeapProfiler(uint64_t sample_interval = 512 * 1024,
/external/v8/src/
H A Dapi.cc8625 bool HeapProfiler::StartSamplingHeapProfiler(uint64_t sample_interval, argument
8629 sample_interval, stack_depth, flags);

Completed in 3006 milliseconds