Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
298
export
function
logQueryProfileReport(): void {
299
if
(!ENABLED)
return
300
logForDebugging(getQueryProfileReport())
301
}
Callers
2
REPL
Function · 0.85
drainCommandQueue
Function · 0.85
Calls
2
getQueryProfileReport
Function · 0.85
logForDebugging
Function · 0.70
Tested by
no test coverage detected