HomeSort by relevance Sort by last modified time
    Searched refs:perf_profiler (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
perf_profiler_unittest.py 9 from telemetry.core.platform.profiler import perf_profiler namespace
16 if not perf_profiler.PerfProfiler.is_supported(options.browser_type):
33 real_subprocess = perf_profiler.subprocess
34 perf_profiler.subprocess = mock_subprocess
37 perf_profiler.PerfProfiler.GetTopSamples(profile_file, 10),
50 perf_profiler.subprocess = real_subprocess
  /external/chromium_org/tools/perf/measurements/
loading_profile.py 9 from telemetry.core.platform.profiler import perf_profiler namespace
23 if not perf_profiler.PerfProfiler.is_supported(browser_type='any'):
26 perf_profiler.PerfProfiler.CustomizeBrowserOptions(
30 tab.browser.StartProfiling(perf_profiler.PerfProfiler.name(),
48 for function, period in perf_profiler.PerfProfiler.GetTopSamples(

Completed in 194 milliseconds