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