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