aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-07-08 08:49:20 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-08 08:49:20 -0700
commit711a245dda74d92db8508c2ec835d62ed09b4d1b (patch)
tree6353d9ff42529b0187fff57ef955f6622d4df50c /dm
parenteedc3342db6e867f0a7e458e77072e81ffb74fc3 (diff)
DM runs more than 100k tests now.
Diffstat (limited to 'dm')
-rw-r--r--dm/DM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 5cabae6926..df16182072 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -93,7 +93,7 @@ static void done(double ms,
}
auto pending = sk_atomic_dec(&gPending)-1;
if (!FLAGS_quiet) {
- SkDebugf("%s(%4d/%-4dMB %5d) %s\t%s%s%s", FLAGS_verbose ? "\n" : kSkOverwriteLine
+ SkDebugf("%s(%4d/%-4dMB %6d) %s\t%s%s%s", FLAGS_verbose ? "\n" : kSkOverwriteLine
, sk_tools::getCurrResidentSetSizeMB()
, sk_tools::getMaxResidentSetSizeMB()
, pending