MCPcopy
hub / github.com/claude-code-best/claude-code / getPerformance

Function getPerformance

src/utils/profilerBase.ts:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63const perf = new LightweightPerf()
64
65export function getPerformance(): LightweightPerf {
66 return perf
67}
68
69export function formatMs(ms: number): string {
70 return ms.toFixed(3)

Callers 11

clearHeadlessMarksFunction · 0.85
logHeadlessProfilerTurnFunction · 0.85
profileCheckpointFunction · 0.85
getReportFunction · 0.85
profileReportFunction · 0.85
logStartupPerfFunction · 0.85
startQueryProfileFunction · 0.85
queryCheckpointFunction · 0.85
getQueryProfileReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected