Index: tools/PictureBenchmark.cpp |
diff --git a/tools/PictureBenchmark.cpp b/tools/PictureBenchmark.cpp |
index 30967c738141d83f3583f4e257ce089e38931e40..c46980a6c52a5eee27c11d924f5a68893f512968 100644 |
--- a/tools/PictureBenchmark.cpp |
+++ b/tools/PictureBenchmark.cpp |
@@ -173,7 +173,7 @@ void PictureBenchmark::run(SkPicture* pict) { |
SkAssertResult(longRunningTimerData.appendTimes(longRunningTimer.get())); |
} |
- fWriter->tileConfig(tiledRenderer->getConfigName()); |
+ fWriter->logRenderer(tiledRenderer); |
fWriter->tileMeta(x, y, xTiles, yTiles); |
// TODO(borenet): Turn off per-iteration tile time reporting for now. |
@@ -236,7 +236,7 @@ void PictureBenchmark::run(SkPicture* pict) { |
SkAssertResult(longRunningTimerData.appendTimes(longRunningTimer.get())); |
} |
- fWriter->tileConfig(fRenderer->getConfigName()); |
+ fWriter->logRenderer(fRenderer); |
if (fPurgeDecodedTex) { |
fWriter->addTileFlag(PictureResultsWriter::kPurging); |
} |