Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc75 ScopedLoggingTimer::ScopedLoggingTimer(absl::string_view label, bool enabled, in ScopedLoggingTimer() function in xla::ScopedLoggingTimer
88 void ScopedLoggingTimer::StopAndLog() { in StopAndLog()
113 ScopedLoggingTimer::~ScopedLoggingTimer() { StopAndLog(); } in ~ScopedLoggingTimer()
Dutil.h100 ::xla::ScopedLoggingTimer XLA_ScopedLoggingTimerInstance##counter( \
114 class ScopedLoggingTimer {
122 ScopedLoggingTimer(absl::string_view label, bool enabled, const char* file,
129 ~ScopedLoggingTimer();