MCPcopy Index your code
hub / github.com/tensorflow/tensorboard / time

Method time

tensorboard/util/test_util.py:155–157  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

153 self._lock = threading.Lock()
154
155 def time(self):
156 with self._lock:
157 return self._time
158
159 def sleep(self, secs):
160 with self._lock:

Callers 15

_register_infoMethod · 0.45
_time_delta_from_infoFunction · 0.45
startFunction · 0.45
runnerFunction · 0.45
RespondFunction · 0.45
testInactiveSecsMethod · 0.45
_reloadMethod · 0.45
add_scalarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected