Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isDetailedProfilingEnabled
Function
isDetailedProfilingEnabled
src/utils/startupProfiler.ts:147–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
}
146
147
export
function
isDetailedProfilingEnabled(): boolean {
148
return
DETAILED_PROFILING
149
}
150
151
export
function
getStartupPerfLogPath(): string {
152
return
join(getClaudeConfigHomeDir(),
'startup-perf'
, `${getSessionId()}.txt`)
Callers
1
LogoV2
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected