| 1 | //! Performance counters for cache hit-rate and fuel-consumption analysis. |
| 2 | //! |
| 3 | //! All counters are gated behind the `IX_PERF_COUNTERS=1` environment variable. |
| 4 | //! When the variable is unset (production default), every recording call is a |
nothing calls this directly
no test coverage detected