Searched refs:timers_ (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | hlo_execution_profiler.cc | 65 InitAndStartTimer(&timers_, stream); in HloExecutionProfiler() 75 GetCyclesTaken(&timers_, sub_streams_, stream_, clock_rate_ghz_)); in FinishExecution() 81 InitAndStartTimer(&timers_, stream_); in StartHloComputation() 90 GetCyclesTaken(&timers_, sub_streams_, stream_, clock_rate_ghz_)); in FinishHloComputation() 96 InitAndStartTimer(&timers_, stream_); in StartHloInstruction() 106 GetCyclesTaken(&timers_, sub_streams_, stream_, clock_rate_ghz_)); in FinishHloInstruction()
|
D | hlo_execution_profiler.h | 77 std::stack<std::unique_ptr<se::Timer>> timers_; variable
|
/external/v8/src/ |
D | d8-console.cc | 95 auto find = timers_.find(string); in Time() 96 if (find != timers_.end()) { in Time() 99 timers_.insert(std::pair<std::string, base::TimeTicks>( in Time() 119 auto find = timers_.find(string); in TimeEnd() 120 if (find != timers_.end()) { in TimeEnd()
|
D | d8-console.h | 41 std::map<std::string, base::TimeTicks> timers_; variable
|