aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/util')
-rw-r--r--src/components/util/time.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/util/time.rs b/src/components/util/time.rs
index 00e222baaeb..ac94abcfb7a 100644
--- a/src/components/util/time.rs
+++ b/src/components/util/time.rs
@@ -152,7 +152,7 @@ impl Profiler {
priv fn print_buckets(&mut self) {
println(fmt!("%31s %15s %15s %15s %15s %15s",
- "_category (ms)_", "_mean (ms)_", "_median (ms)_",
+ "_category_", "_mean (ms)_", "_median (ms)_",
"_min (ms)_", "_max (ms)_", "_bucket size_"));
for self.buckets.mut_iter().advance |bucket| {
match *bucket {