Searched defs:GetNextSample (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/system/extras/simpleperf/scripts/ | ||
H A D | simpleperf_report_lib.py | 462 def GetNextSample(self) -> Optional[SampleStruct]: member in ReportLib |
/aosp_15_r20/system/extras/simpleperf/ | ||
H A D | report_lib_interface.cpp | 383 Sample* ReportLib::GetNextSample() { in GetNextSample() function in simpleperf::ReportLib |
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/ | ||
H A D | sampling_heap_profiler_unittest.cc | 52 size_t GetNextSample(size_t mean_interval) { in GetNextSample() function in base::SamplingHeapProfilerTest |