MCPcopy Index your code
hub / github.com/codeaashu/claude-code / endQueryProfile

Function endQueryProfile

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

Source from the content-addressed store, hash-verified

87 * End the current query profiling session
88 */
89export function endQueryProfile(): void {
90 if (!ENABLED) return
91
92 queryCheckpoint('query_profile_end')
93}
94
95/**
96 * Identify slow operations (> 100ms delta)

Callers 1

queryModelFunction · 0.85

Calls 1

queryCheckpointFunction · 0.85

Tested by

no test coverage detected