MCPcopy 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
151export function getStartupPerfLogPath(): string {
152 return join(getClaudeConfigHomeDir(), 'startup-perf', `${getSessionId()}.txt`)
153}
154
155/**
156 * Log startup performance phases to Statsig.

Callers 2

LogoV2Function · 0.85
profileReportFunction · 0.85

Calls 1

getSessionIdFunction · 0.85

Tested by

no test coverage detected