mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
Add units to times
This commit is contained in:
@@ -92,7 +92,7 @@ macro_rules! p {
|
||||
($name:tt, $rustic_name:ident) => {
|
||||
writeln!(
|
||||
lock,
|
||||
"{0: <15} \t\t {1: <15}",
|
||||
"{0: <15} \t\t {1: <15}ms",
|
||||
$name,
|
||||
self.times.$rustic_name / 1_000_000
|
||||
).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user