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

  /external/chromium-trace/catapult/systrace/systrace/
systrace_runner.py 47 def StopTracing(self):
48 self._tracing_controller.StopTracing()
run_systrace.py 200 controller.StopTracing()
tracing_controller.py 169 def StopTracing(self):
  /external/chromium-trace/catapult/systrace/profile_chrome/
profiler.py 102 all_results = controller.StopTracing()
  /external/v8/src/libplatform/tracing/
tracing-controller.cc 46 StopTracing();
152 void TracingController::StopTracing() {
  /external/autotest/client/site_tests/performance_InboxInputLatency/
performance_InboxInputLatency.py 142 results = tracing_controller.StopTracing()
  /external/v8/include/libplatform/
v8-tracing.h 267 void StopTracing();
  /art/runtime/
trace.h 252 static void StopTracing(bool finish_tracing, bool flush_file)
361 // stores are made visible in StopTracing() when execution leaves
trace.cc 444 void Trace::StopTracing(bool finish_tracing, bool flush_file) {
517 StopTracing(false, false);
522 StopTracing(true, true);
    [all...]
  /external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
video_VideoDecodeMemoryUsage.py 191 trace_data = self.browser.platform.tracing_controller.StopTracing()

Completed in 201 milliseconds