Home
last modified time | relevance | path

Searched refs:StartProfiling (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/lite/profiling/
Dprofiler_test.cc74 profiler.StartProfiling(); in TEST()
119 profiler.StartProfiling(); in TEST()
128 profiler.StartProfiling(); in TEST()
Dprofile_summarizer_test.cc114 profiler.StartProfiling(); in TEST()
135 profiler.StartProfiling(); in TEST()
178 profiler.StartProfiling(); in TEST_F()
205 profiler.StartProfiling(); in TEST_F()
Dnoop_profiler.h37 void StartProfiling() {} in StartProfiling() function
Dbuffered_profiler.h108 void StartProfiling() { buffer_.SetEnabled(true); } in StartProfiling() function
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dprofiling_listener.cc41 profiler_.StartProfiling(); in ProfilingListener()
57 profiler_.StartProfiling(); in OnSingleRunStart()
/external/libchrome/base/trace_event/
Dtrace_event_system_stats_monitor.cc82 FROM_HERE, base::BindOnce(&TraceEventSystemStatsMonitor::StartProfiling, in OnTraceLogEnabled()
92 void TraceEventSystemStatsMonitor::StartProfiling() { in StartProfiling() function in base::trace_event::TraceEventSystemStatsMonitor
Dtrace_event_system_stats_monitor.h52 void StartProfiling();
Dtrace_event_system_stats_monitor_unittest.cc52 system_stats_monitor->StartProfiling(); in TEST_F()
/external/libchrome/base/debug/
Dprofiler.cc33 void StartProfiling(const std::string& name) { in StartProfiling() function
66 void StartProfiling(const std::string& name) {
Dprofiler.h24 BASE_EXPORT void StartProfiling(const std::string& name);
/external/gemmlowp/test/
Dbenchmark.cc177 gemmlowp::StartProfiling(); in benchmark()
224 gemmlowp::StartProfiling(); in benchmark_gemm_sizes()
Dbenchmark_all_sizes.cc355 gemmlowp::StartProfiling(); in main()
Dtest.cc1669 StartProfiling(); in test()
/external/gemmlowp/profiling/
Dprofiler.h349 inline void StartProfiling() { in StartProfiling() function
/external/libchrome/base/test/
Dtest_suite.cc479 base::debug::StartProfiling(GetProfileName()); in Initialize()
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.cc349 if (settings->profiling) profiler->StartProfiling(); in RunInference()