Home
last modified time | relevance | path

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

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