Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/claude-code
/ formatMs
Function
formatMs
src/utils/profilerBase.ts:69–71 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
67
}
68
69
export
function
formatMs(ms: number): string {
70
return
ms.toFixed(3)
71
}
72
73
/**
74
* 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