Home
last modified time | relevance | path

Searched refs:sample_interval (Results 1 – 9 of 9) sorted by relevance

/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
Denterprise_LongevityTrackerServer.py65 self.sample_interval = self.perf_params['sample_interval']
275 test_elapsed_time, self.sample_interval))
311 test_elapsed_time, self.sample_interval))
Dcontrol.riseplayer29 'sample_interval': 60,
Dcontrol.chromesign_3hr30 'sample_interval': 120,
Dcontrol.chromesign_20min30 'sample_interval': 60,
/external/v8/src/profiler/
Dheap-profiler.cc116 uint64_t sample_interval, int stack_depth, in StartSamplingHeapProfiler() argument
122 heap(), names_.get(), sample_interval, stack_depth, flags)); in StartSamplingHeapProfiler()
Dheap-profiler.h36 bool StartSamplingHeapProfiler(uint64_t sample_interval, int stack_depth,
/external/v8/include/
Dv8-profiler.h867 bool StartSamplingHeapProfiler(uint64_t sample_interval = 512 * 1024,
/external/v8/src/
Disolate.cc3103 uint64_t sample_interval = FLAG_stress_sampling_allocation_profiler; in Throw() local
3107 heap_profiler()->StartSamplingHeapProfiler(sample_interval, stack_depth, in Throw()
Dapi.cc10426 bool HeapProfiler::StartSamplingHeapProfiler(uint64_t sample_interval, in StartSamplingHeapProfiler() argument
10430 sample_interval, stack_depth, flags); in StartSamplingHeapProfiler()