Skip to content

Commit

Permalink
Add units to times
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleywiser committed Aug 2, 2018
1 parent 177776d commit aceee88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/util/profiling.rs
Expand Up @@ -92,7 +92,7 @@ impl CategoryData {
($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();
Expand Down

0 comments on commit aceee88

Please sign in to comment.