Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
63
const
perf =
new
LightweightPerf()
64
65
export
function
getPerformance(): LightweightPerf {
66
return
perf
67
}
68
69
export
function
formatMs(ms: number): string {
70
return
ms.toFixed(3)
Callers
11
clearHeadlessMarks
Function · 0.85
headlessProfilerStartTurn
Function · 0.85
headlessProfilerCheckpoint
Function · 0.85
logHeadlessProfilerTurn
Function · 0.85
profileCheckpoint
Function · 0.85
getReport
Function · 0.85
profileReport
Function · 0.85
logStartupPerf
Function · 0.85
startQueryProfile
Function · 0.85
queryCheckpoint
Function · 0.85
getQueryProfileReport
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected