Searched refs:GetNextSampleInterval (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/profiler/
H A Dsampling-heap-profiler.h176 intptr_t GetNextStepSize() override { return GetNextSampleInterval(rate_); }
179 intptr_t GetNextSampleInterval(uint64_t rate);
H A Dsampling-heap-profiler.cc26 intptr_t SamplingAllocationObserver::GetNextSampleInterval(uint64_t rate) { function in class:v8::internal::SamplingAllocationObserver

Completed in 81 milliseconds