Home
last modified time | relevance | path

Searched refs:total_flash_ops (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/sim/src/
Dimage.rs700 let total_flash_ops = self.total_count.unwrap(); in run_perm_with_fails() localVariable
707 for i in 1 .. total_flash_ops { in run_perm_with_fails()
712 warn!("FAIL at step {} of {}", i, total_flash_ops); in run_perm_with_fails()
730 i, total_flash_ops); in run_perm_with_fails()
736 error!("{} out of {} failed {:.2}%", fails, total_flash_ops, in run_perm_with_fails()
737 fails as f32 * 100.0 / total_flash_ops as f32); in run_perm_with_fails()
749 let total_flash_ops = self.total_count.unwrap(); in run_perm_with_random_fails() localVariable
750 let (flash, total_counts) = self.try_random_fails(total_flash_ops, total_fails); in run_perm_with_random_fails()