MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / logQueryProfileReport

Function logQueryProfileReport

src/utils/queryProfiler.ts:298–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296 * Log the query profile report to debug output
297 */
298export function logQueryProfileReport(): void {
299 if (!ENABLED) return
300 logForDebugging(getQueryProfileReport())
301}

Callers 2

REPLFunction · 0.85
drainCommandQueueFunction · 0.85

Calls 2

getQueryProfileReportFunction · 0.85
logForDebuggingFunction · 0.70

Tested by

no test coverage detected