Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc52 ScopedLoggingTimer::ScopedLoggingTimer(const std::string& label, bool enabled, in ScopedLoggingTimer() function in xla::ScopedLoggingTimer
65 void ScopedLoggingTimer::StopAndLog() { in StopAndLog()
90 ScopedLoggingTimer::~ScopedLoggingTimer() { StopAndLog(); } in ~ScopedLoggingTimer()
Dutil.h93 ::xla::ScopedLoggingTimer XLA_ScopedLoggingTimerInstance##counter( \
107 class ScopedLoggingTimer {
115 ScopedLoggingTimer(const std::string& label, bool enabled, const char* file,
122 ~ScopedLoggingTimer();