Home
last modified time | relevance | path

Searched refs:DumpStatistics (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/contrib/hvx/clock_cycle_profiling/
Dclock_cycle_profiling_main.cc49 prof_global.DumpStatistics("prof_global"); in main()
50 prof_internal.DumpStatistics("prof_internal"); in main()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc428 prof.DumpStatistics("LoadGraphFromProtoFile"); in TEST()
461 prof.DumpStatistics("LoadGraphFromProtoFile"); in TEST()
495 prof.DumpStatistics("LoadGraphFromProtoFile"); in TEST()
566 prof0.DumpStatistics("Estimate shape by dryrun"); in TEST()
586 prof1.DumpStatistics("Estiame shape by shape inference"); in TEST()
/external/tensorflow/tensorflow/core/platform/profile_utils/
Dclock_cycle_profiler.cc22 void ClockCycleProfiler::DumpStatistics(const string& tag) { in DumpStatistics() function in tensorflow::ClockCycleProfiler
Dclock_cycle_profiler.h63 void DumpStatistics(const string& tag);
Dcpu_utils_test.cc89 prof.DumpStatistics("CpuUtilsTest"); in TEST_F()
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-tracer.h63 void DumpStatistics() const;
Dcompiler-dispatcher-tracer.cc100 void CompilerDispatcherTracer::DumpStatistics() const { in DumpStatistics() function in v8::internal::CompilerDispatcherTracer
Dcompiler-dispatcher.cc667 tracer_->DumpStatistics(); in RemoveIfFinished()