Skip to content

Commit aceee88

Browse files
committed
Add units to times
1 parent 177776d commit aceee88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/util/profiling.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ impl CategoryData {
9292
($name:tt, $rustic_name:ident) => {
9393
writeln!(
9494
lock,
95-
"{0: <15} \t\t {1: <15}",
95+
"{0: <15} \t\t {1: <15}ms",
9696
$name,
9797
self.times.$rustic_name / 1_000_000
9898
).unwrap();

0 commit comments

Comments
 (0)