MCPcopy Create free account
hub / github.com/Boris-code/feapder / emit_timer

Method emit_timer

feapder/utils/metrics.py:296–298  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

294 self.emit(point)
295
296 def emit_timer(self, *args, **kwargs):
297 point = self.get_timer_point(*args, **kwargs)
298 self.emit(point)
299
300
301_emitter: MetricsEmitter = None

Callers 2

test_timeFunction · 0.80
emit_timerFunction · 0.80

Calls 2

get_timer_pointMethod · 0.95
emitMethod · 0.95

Tested by 1

test_timeFunction · 0.64