Home
last modified time | relevance | path

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

/mcuboot-2.7.6/sim/src/
Dimage.rs493 let total_flash_ops = self.total_count.unwrap(); in run_perm_with_fails() localVariable
496 for i in 1 .. total_flash_ops { in run_perm_with_fails()
501 warn!("FAIL at step {} of {}", i, total_flash_ops); in run_perm_with_fails()
519 i, total_flash_ops); in run_perm_with_fails()
525 error!("{} out of {} failed {:.2}%", fails, total_flash_ops, in run_perm_with_fails()
526 fails as f32 * 100.0 / total_flash_ops as f32); in run_perm_with_fails()
534 let total_flash_ops = self.total_count.unwrap(); in run_perm_with_random_fails() localVariable
535 let (flash, total_counts) = self.try_random_fails(total_flash_ops, total_fails); in run_perm_with_random_fails()