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

  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
iprofiler_profiler.py 97 for single_process in self._process_profilers:
98 output_files.append(single_process.CollectProfile())
sample_profiler.py 88 for single_process in self._process_profilers:
89 output_paths.append(single_process.CollectProfile())
vtune_profiler.py 150 for single_process in self._process_profilers:
151 output_files.append(single_process.CollectProfile())
strace_profiler.py 241 for single_process in self._process_profilers:
242 out_json.extend(single_process.CollectProfile())
perf_profiler.py 214 for single_process in self._process_profilers:
215 output_files.append(single_process.CollectProfile())
  /system/core/rootdir/etc/
init.testmenu 245 single_process="-s"
247 single_process=""
249 start runtime $single_process
  /external/chromium_org/build/android/pylib/
android_commands.py     [all...]

Completed in 286 milliseconds