Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ track_time
Function
track_time
test/perf/many_table_reflection.py:534–537 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
532
533
@contextmanager
534
def
track_time(name):
535
s = time.time()
536
yield
537
timing[name] = time.time() - s
538
539
track_time.timing = timing
540
return
track_time
Callers
nothing calls this directly
Calls
1
time
Method · 0.45
Tested by
no test coverage detected