MCPcopy 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
69export 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

formatTimelineLineFunction · 0.85
getReportFunction · 0.85
getQueryProfileReportFunction · 0.85
getPhaseSummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected