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