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

  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_profiling_helper_unittest.py 41 perf_output = os.path.join(
43 with open(perf_output) as f:
44 perf_output = f.read()
47 mock_popen.ExpectCall('communicate').WillReturn([None, perf_output])
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
profiler.py 147 def _first_ten_lines_of_profile(self, perf_output):
148 match = re.search("^#[^\n]*\n((?: [^\n]*\n){1,10})", perf_output, re.MULTILINE)
168 perf_output = self._host.executive.run_command(perf_args)
169 print self._first_ten_lines_of_profile(perf_output)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 750 def _first_ten_lines_of_profile(self, perf_output):
751 match = re.search("^#[^\n]*\n((?: [^\n]*\n){1,10})", perf_output, re.MULTILINE)
    [all...]

Completed in 1114 milliseconds