Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ formatMs
Function
formatMs
src/utils/profilerBase.ts:22–24 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
20
}
21
22
export
function
formatMs(ms: number): string {
23
return
ms.toFixed(3)
24
}
25
26
/**
27
* Render a single timeline line in the shared profiler report format:
Callers
4
formatTimelineLine
Function · 0.85
getReport
Function · 0.85
getQueryProfileReport
Function · 0.85
getPhaseSummary
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected