MCPcopy
hub / github.com/rsxdalv/TTS-WebUI / wrapper

Function wrapper

tts_webui/decorators/log_function_time.py:5–7  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

3
4def log_function_time(fn):
5 def wrapper(*args, **kwargs):
6 with Timer():
7 return fn(*args, **kwargs)
8
9 return wrapper
10

Callers

nothing calls this directly

Calls 2

TimerFunction · 0.90
fnFunction · 0.85

Tested by

no test coverage detected