OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNextSampleInterval
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/profiler/
sampling-heap-profiler.h
182
intptr_t GetNextStepSize() override { return
GetNextSampleInterval
(rate_); }
185
intptr_t
GetNextSampleInterval
(uint64_t rate);
sampling-heap-profiler.cc
26
intptr_t SamplingAllocationObserver::
GetNextSampleInterval
(uint64_t rate) {
/external/libchrome/base/sampling_heap_profiler/
sampling_heap_profiler.h
91
static size_t
GetNextSampleInterval
(size_t base_interval);
sampling_heap_profiler.cc
264
size_t SamplingHeapProfiler::
GetNextSampleInterval
(size_t interval) {
313
accumulated_bytes -=
GetNextSampleInterval
(mean_interval);
Completed in 233 milliseconds