Home
last modified time | relevance | path

Searched refs:logProgress (Results 1 – 5 of 5) sorted by relevance

/external/skia/bench/
DResultsWriter.h56 fLogger.logProgress("skia bench:"); in LoggerResultsWriter()
59 fLogger.logProgress(SkStringPrintf(" %s=%s", name, value)); in option()
62 fLogger.logProgress(SkStringPrintf( in bench()
66 fLogger.logProgress(SkStringPrintf(" %s:", name)); in config()
69 fLogger.logProgress(SkStringPrintf(" %s = ", name)); in timer()
70 fLogger.logProgress(SkStringPrintf(fTimeFormat, ms)); in timer()
73 fLogger.logProgress("\n"); in end()
DSkBenchLogger.h50 void logProgress(const char msg[]) { in logProgress() function
59 void logProgress(const SkString& str) { in logProgress() function
/external/skia/tools/
DPictureBenchmark.cpp53 void PictureBenchmark::logProgress(const char msg[]) { in logProgress() function in sk_tools::PictureBenchmark
55 fLogger->logProgress(msg); in logProgress()
112 this->logProgress("\n"); in run()
161 this->logProgress(result.c_str()); in run()
170 this->logProgress(longRunningResult.c_str()); in run()
196 this->logProgress(result.c_str()); in run()
DPictureBenchmark.h63 void logProgress(const char msg[]);
Dbench_pictures_main.cpp189 gLogger.logProgress(result); in run_single_benchmark()
200 gLogger.logProgress(hitString); in run_single_benchmark()
219 gLogger.logProgress(ramCount); in run_single_benchmark()