Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dheap-profiler.h39 bool StartSamplingHeapProfiler(uint64_t sample_interval, int stack_depth,
Dheap-profiler.cc107 bool HeapProfiler::StartSamplingHeapProfiler( in StartSamplingHeapProfiler() function in v8::internal::HeapProfiler
/third_party/node/deps/v8/include/
Dv8-profiler.h1048 bool StartSamplingHeapProfiler(uint64_t sample_interval = 512 * 1024,
/third_party/node/deps/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc391 profiler->StartSamplingHeapProfiler( in startSampling()
/third_party/node/deps/v8/src/execution/
Disolate.cc4186 heap_profiler()->StartSamplingHeapProfiler(sample_interval, stack_depth, in ThrowInternal()
/third_party/node/deps/v8/src/api/
Dapi.cc10242 bool HeapProfiler::StartSamplingHeapProfiler(uint64_t sample_interval, in StartSamplingHeapProfiler() function in v8::HeapProfiler
10245 return reinterpret_cast<i::HeapProfiler*>(this)->StartSamplingHeapProfiler( in StartSamplingHeapProfiler()