| 354 | } |
| 355 | |
| 356 | void cbm_shutdown(void) { |
| 357 | // Clean up thread-local parser for the calling thread. |
| 358 | // Note: other threads' TLS parsers are freed when those threads exit. |
| 359 | cbm_destroy_thread_parser(); |
| 360 | cbm_initialized = 0; |
| 361 | } |
| 362 | |
| 363 | // --- Bottleneck call-name classification (language-agnostic heuristics) --- |
| 364 |
no test coverage detected