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

  /external/chromium_org/tools/profile_chrome/
controllers.py 13 def StopTracing(self):
chrome_controller_unittest.py 39 controller.StopTracing()
perf_controller_unittest.py 35 controller.StopTracing()
systrace_controller_unittest.py 29 controller.StopTracing()
profiler.py 20 controller.StopTracing()
profiler_unittest.py 24 def StopTracing(self):
systrace_controller.py 46 def StopTracing(self):
chrome_controller.py 90 def StopTracing(self):
perf_controller.py 125 def StopTracing(self):
  /external/chromium_org/content/browser/android/
tracing_controller_android.h 26 void StopTracing(JNIEnv* env, jobject obj, jstring jfilepath);
tracing_controller_android.cc 51 void TracingControllerAndroid::StopTracing(JNIEnv* env,
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_systrace_profiler.py 59 trace_result = self._browser_backend.StopTracing()
trace_profiler.py 38 trace_result = self._browser_backend.StopTracing()
strace_profiler.py 244 timeline_data = self._browser_backend.StopTracing()
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
tracing_controller_backend.py 27 # For >1, we just need to merge the trace files at StopTracing.
56 result = browser_backend.StopTracing()
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
browser_backend.py 81 def StopTracing(self):
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
tracing_backend.py 78 def StopTracing(self, timeout=30):
chrome_browser_backend.py 279 def StopTracing(self):
292 trace_events = self._tracing_backend.StopTracing()
  /external/chromium_org/content/browser/media/
webrtc_getusermedia_browsertest.cc 95 void StopTracing() {
97 << "Calling StopTracing more than once";
141 StopTracing();

Completed in 120 milliseconds