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

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

Calls

no outgoing calls

Tested by

no test coverage detected