Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ getStartupPerfLogPath
Function
getStartupPerfLogPath
src/utils/startupProfiler.ts:151–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
}
150
151
export
function
getStartupPerfLogPath(): string {
152
return
join(getClaudeConfigHomeDir(),
'startup-perf'
, `${getSessionId()}.txt`)
153
}
154
155
/**
156
* Log startup performance phases to Statsig.
Callers
2
LogoV2
Function · 0.85
profileReport
Function · 0.85
Calls
1
getSessionId
Function · 0.85
Tested by
no test coverage detected