| 359 | } |
| 360 | |
| 361 | #[derive(Clone, Debug)] |
| 362 | pub struct CacheLineSnapshot { |
| 363 | pub valid: bool, |
| 364 | pub dirty: bool, |
| 365 | pub tag: u64, |
| 366 | } |
| 367 | |
| 368 | #[derive(Clone, Debug, Default)] |
| 369 | pub struct CacheSnapshot { |
| 370 | pub params: CacheParamsSnapshot, |
nothing calls this directly
no outgoing calls
no test coverage detected