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

  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
vtune_profiler.py 21 self._output_file = output_file
24 '-target-pid', str(pid), '-r', self._output_file]
33 if ('renderer' in self._output_file and
38 subprocess.call(['amplxe-cl', '-command', 'stop', '-r', self._output_file])
54 return self._output_file
59 self._output_file)
62 symfs_root = os.path.dirname(self._output_file)
68 subprocess.call(['amplxe-cl', '-finalize', '-r', self._output_file,
72 print ' amplxe-gui %s' % self._output_file
74 return self._output_file
    [all...]
strace_profiler.py 167 self._output_file = output_file
174 if ('renderer' in self._output_file and
188 return _StraceToChromeTrace(self._pid, self._output_file)
208 self._output_file = output_path + '.json'
248 with open(self._output_file, 'w') as f:
251 print 'Trace saved as %s' % self._output_file
253 return [self._output_file]
perf_profiler.py 72 self._output_file = output_file
95 if ('renderer' in self._output_file and
123 self._output_file)
127 self._output_file)
130 self._output_file)
131 symfs_root = os.path.dirname(self._output_file)
149 return self._output_file
  /external/chromium_org/tools/android/adb_profile_chrome/
perf_controller.py 49 self._output_file = android_commands.DeviceTempFile(
57 '--output', self._output_file.name] + _PERF_OPTIONS
79 self._output_file.name):
83 os.path.basename(self._output_file.name))
84 self._device.old_interface.PullFileFromDevice(self._output_file.name,
91 self._output_file.close()
  /external/chromium_org/chrome/tools/build/win/
resedit.py 60 self._output_file = output_file
234 _LOGGER.info('Writing edited file to "%s".', self._output_file)
235 shutil.copyfile(self._temp_file, self._output_file)

Completed in 180 milliseconds