mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-07 22:50:03 +08:00
Limit elapsed time to 2 decimal places
This commit is contained in:
@@ -116,10 +116,7 @@ fn main() -> Result<()> {
|
||||
|
||||
output.dump_all(&mut process)?;
|
||||
|
||||
info!(
|
||||
"analysis completed in {} seconds",
|
||||
now.elapsed().as_secs_f64()
|
||||
);
|
||||
info!("analysis completed in {:.2?}", now.elapsed());
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user