eoc7: show elapsed time out to milliseconds.
This commit is contained in:
parent
2eeeb2013b
commit
967920e1fa
@ -91,6 +91,6 @@ fn main() -> Result<()> {
|
|||||||
let path = "/tmp/eoc7.png";
|
let path = "/tmp/eoc7.png";
|
||||||
println!("saving output to {}", path);
|
println!("saving output to {}", path);
|
||||||
image.write_to_file(path)?;
|
image.write_to_file(path)?;
|
||||||
println!("Render time {:.2} seconds", start.elapsed().as_secs_f32());
|
println!("Render time {:.3} seconds", start.elapsed().as_secs_f32());
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user