Searched refs:_should_trace (Results 1 – 2 of 2) sorted by relevance
58 if self.profile_context._should_trace(step, self.graph, fetches):263 def _should_trace(self, step, graph, fetches): member in ProfileContext
2343 self._should_trace = not (self._start_batch == 0 and self._stop_batch == 0)2368 return self._should_trace or self.write_steps_per_second2374 if not self._should_trace:2388 if not self._should_trace: