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

Callers 3

LogoV2Function · 0.85
profileReportFunction · 0.85
buildReportFunction · 0.85

Calls 1

getSessionIdFunction · 0.85

Tested by

no test coverage detected