Helper to clear ctrack data between tests
| 246 | |
| 247 | // Helper to clear ctrack data between tests |
| 248 | inline void clear_ctrack() { |
| 249 | // Get current results to clear the internal state |
| 250 | ctrack::result_get_tables(); |
| 251 | } |
| 252 | |
| 253 | // Test function with predictable timing |
| 254 | template<size_t N> |
no test coverage detected