Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
4
def
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
Timer
Function · 0.90
fn
Function · 0.85
Tested by
no test coverage detected