Home
last modified time | relevance | path

Searched refs:ScopedLoggingTimer (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc50 ScopedLoggingTimer::ScopedLoggingTimer(const std::string& label, bool enabled, in ScopedLoggingTimer() function in xla::ScopedLoggingTimer
63 void ScopedLoggingTimer::StopAndLog() { in StopAndLog()
88 ScopedLoggingTimer::~ScopedLoggingTimer() { StopAndLog(); } in ~ScopedLoggingTimer()
Dutil.h92 ::xla::ScopedLoggingTimer XLA_ScopedLoggingTimerInstance##counter( \
106 class ScopedLoggingTimer {
114 ScopedLoggingTimer(const std::string& label, bool enabled, const char* file,
121 ~ScopedLoggingTimer();