MCPcopy Index your code
hub / github.com/github/copilot-sdk / elapsed_ms

Function elapsed_ms

python/copilot/_diagnostics.py:10–11  ·  view source on GitHub ↗
(start: float)

Source from the content-addressed store, hash-verified

8
9
10def elapsed_ms(start: float) -> float:
11 return (time.perf_counter() - start) * 1000
12
13
14def log_timing(

Callers 2

log_timingFunction · 0.85
_log_request_timingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…