MCPcopy 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
147export function isDetailedProfilingEnabled(): boolean {
148 return DETAILED_PROFILING
149}
150
151export function getStartupPerfLogPath(): string {
152 return join(getClaudeConfigHomeDir(), 'startup-perf', `${getSessionId()}.txt`)

Callers 1

LogoV2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected