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>
This commit is contained in:
Mike Reed 2017-12-24 09:00:06 -05:00 committed by Skia Commit-Bot
parent bfc11853a8
commit 1395994aa0

View File

@ -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);
}
}