Searched refs:sample_interval (Results 1 – 9 of 9) sorted by relevance
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/ |
D | enterprise_LongevityTrackerServer.py | 65 self.sample_interval = self.perf_params['sample_interval'] 275 test_elapsed_time, self.sample_interval)) 311 test_elapsed_time, self.sample_interval))
|
D | control.riseplayer | 29 'sample_interval': 60,
|
D | control.chromesign_3hr | 30 'sample_interval': 120,
|
D | control.chromesign_20min | 30 'sample_interval': 60,
|
/external/v8/src/profiler/ |
D | heap-profiler.cc | 116 uint64_t sample_interval, int stack_depth, in StartSamplingHeapProfiler() argument 122 heap(), names_.get(), sample_interval, stack_depth, flags)); in StartSamplingHeapProfiler()
|
D | heap-profiler.h | 36 bool StartSamplingHeapProfiler(uint64_t sample_interval, int stack_depth,
|
/external/v8/include/ |
D | v8-profiler.h | 867 bool StartSamplingHeapProfiler(uint64_t sample_interval = 512 * 1024,
|
/external/v8/src/ |
D | isolate.cc | 3103 uint64_t sample_interval = FLAG_stress_sampling_allocation_profiler; in Throw() local 3107 heap_profiler()->StartSamplingHeapProfiler(sample_interval, stack_depth, in Throw()
|
D | api.cc | 10426 bool HeapProfiler::StartSamplingHeapProfiler(uint64_t sample_interval, in StartSamplingHeapProfiler() argument 10430 sample_interval, stack_depth, flags); in StartSamplingHeapProfiler()
|