()
| 461 | avg_present_wait_us: f64, |
| 462 | avg_frame_us: f64, |
| 463 | } |
| 464 | |
| 465 | #[cfg(feature = "profile_heavy")] |
| 466 | impl ProfileCsvWriter { |
| 467 | fn from_env() -> Option<Self> { |
| 468 | let path = std::env::var("PERRO_PROFILE_CSV").ok()?; |
nothing calls this directly
no test coverage detected