From 9a4125283ad56cea3b986337cb669dde14bf0ed8 Mon Sep 17 00:00:00 2001 From: "scroggo@google.com" Date: Fri, 7 Sep 2012 15:21:18 +0000 Subject: Report data from bench_pictures in the same fashion as bench. Move SkBenchLogger into separate files and make bench_pictures use it. Remove sk_tools::print_msg, since SkBenchLogger is now used instead. Combine picture_benchmark with bench_pictures, since that is the only project that uses it. Refactor the aggregator for bench timer data into its own class and make bench_pictures use it. Consolidate the various virtual PictureBenchmark::run functions into one for reuse. BUG=https://code.google.com/p/skia/issues/detail?id=822 Review URL: https://codereview.appspot.com/6488086 git-svn-id: http://skia.googlecode.com/svn/trunk@5432 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tools/picture_utils.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/picture_utils.h') diff --git a/tools/picture_utils.h b/tools/picture_utils.h index bbde7f2789..cca9431238 100644 --- a/tools/picture_utils.h +++ b/tools/picture_utils.h @@ -36,11 +36,6 @@ namespace sk_tools { // Returns true if the string ends with % bool is_percentage(const char* const string); - // Prints to STDOUT so that test results can be easily seperated from the - // error stream. Note, that this still prints to the same stream as SkDebugf - // on Andoid. - void print_msg(const char msg[]); - // Prepares the bitmap so that it can be written. // // Specifically, it configures the bitmap, allocates pixels and then -- cgit v1.2.3