Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_time
Function · 0.80
emit_timer
Function · 0.80
Calls
2
get_timer_point
Method · 0.95
emit
Method · 0.95
Tested by
1
test_time
Function · 0.64