Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-profiler.h34 bool StartSamplingHeapProfiler(uint64_t sample_interval, int stack_depth,
Dheap-profiler.cc100 bool HeapProfiler::StartSamplingHeapProfiler( in StartSamplingHeapProfiler() function in v8::internal::HeapProfiler
/external/v8/include/
Dv8-profiler.h775 bool StartSamplingHeapProfiler(uint64_t sample_interval = 512 * 1024,
/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc330 profiler->StartSamplingHeapProfiler( in startSampling()
/external/v8/src/
Dapi.cc9988 bool HeapProfiler::StartSamplingHeapProfiler(uint64_t sample_interval, in StartSamplingHeapProfiler() function in v8::HeapProfiler
9991 return reinterpret_cast<i::HeapProfiler*>(this)->StartSamplingHeapProfiler( in StartSamplingHeapProfiler()