MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / endQueryProfile

Function endQueryProfile

source code/utils/queryProfiler.ts:91–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

queryModelFunction · 0.85

Calls 1

queryCheckpointFunction · 0.85

Tested by

no test coverage detected