Get runtime statistics for monitoring
()
| 167 | |
| 168 | /// Get runtime statistics for monitoring |
| 169 | pub(crate) fn get_runtime_stats() -> Option<RuntimeStats> { |
| 170 | GRAPHBIT_RUNTIME.get().map(|runtime| runtime.stats()) |
| 171 | } |
| 172 | |
| 173 | /// Check if runtime is initialized |
| 174 | pub(crate) fn is_runtime_initialized() -> bool { |
no test coverage detected