diff options
author | Mike Reed <reed@google.com> | 2017-12-24 09:00:06 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-12-24 14:21:31 +0000 |
commit | 1395994aa02795d6c887124cb15813484ba65061 (patch) | |
tree | 7f3b4b32353572ddb105f9533c931a3646451cb7 | |
parent | bfc11853a88cda6951ae97399577fadadf2adcd5 (diff) |
re-add dummy printf to fix bots
Bug: skia:
Change-Id: I3184736f37481c5ac20eae1a15c17aed4f3c3e52
Reviewed-on: https://skia-review.googlesource.com/89441
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
-rw-r--r-- | bench/nanobench.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp index 8cd8e8171f..ce6132d806 100644 --- a/bench/nanobench.cpp +++ b/bench/nanobench.cpp @@ -1059,6 +1059,7 @@ public: } } if (0 == strcmp(fBenchType, "recording")) { + log->metric("bytes", 0); // TODO: update bot expectations so we can remove this log->metric("ops", fSKPOps); } } |