MCPcopy Index your code
hub / github.com/codeaashu/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}
302

Callers 2

REPLFunction · 0.85
drainCommandQueueFunction · 0.85

Calls 2

logForDebuggingFunction · 0.85
getQueryProfileReportFunction · 0.85

Tested by

no test coverage detected