Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
10
def
elapsed_ms(start: float) -> float:
11
return
(time.perf_counter() - start) * 1000
12
13
14
def
log_timing(
Callers
2
log_timing
Function · 0.85
_log_request_timing
Function · 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…