Home
last modified time | relevance | path

Searched refs:StopProfiling (Results 1 – 12 of 12) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event_system_stats_monitor.cc69 StopProfiling(); in ~TraceEventSystemStatsMonitor()
88 FROM_HERE, base::BindOnce(&TraceEventSystemStatsMonitor::StopProfiling, in OnTraceLogDisabled()
116 void TraceEventSystemStatsMonitor::StopProfiling() { in StopProfiling() function in base::trace_event::TraceEventSystemStatsMonitor
Dtrace_event_system_stats_monitor.h54 void StopProfiling();
Dtrace_event_system_stats_monitor_unittest.cc57 system_stats_monitor->StopProfiling(); in TEST_F()
/external/tensorflow/tensorflow/lite/profiling/
Dprofiler_test.cc76 profiler.StopProfiling(); in TEST()
121 profiler.StopProfiling(); in TEST()
130 profiler.StopProfiling(); in TEST()
Dprofile_summarizer_test.cc119 profiler.StopProfiling(); in TEST()
140 profiler.StopProfiling(); in TEST()
180 profiler.StopProfiling(); in TEST_F()
207 profiler.StopProfiling(); in TEST_F()
Dnoop_profiler.h38 void StopProfiling() {} in StopProfiling() function
Dbuffered_profiler.h109 void StopProfiling() { buffer_.SetEnabled(false); } in StopProfiling() function
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dprofiling_listener.cc48 profiler_.StopProfiling(); in OnBenchmarkStart()
62 profiler_.StopProfiling(); in OnSingleRunEnd()
/external/libchrome/base/debug/
Dprofiler.cc43 void StopProfiling() { in StopProfiling() function
69 void StopProfiling() {
Dprofiler.h27 BASE_EXPORT void StopProfiling();
/external/libchrome/base/test/
Dtest_suite.cc483 base::debug::StopProfiling(); in Shutdown()
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.cc375 profiler->StopProfiling(); in RunInference()