Lines Matching refs:SkDebugf
172 SkDebugf("-- Can't open '%s'\n", path);
232 SkDebugf("%s %s %s %d times...\n", msgPrefix.c_str(), msg, path.c_str(), numRepeats);
251 SkDebugf("Error rendering during playback.\n");
257 SkDebugf("Error: RTree produced different bitmap\n");
316 SkDebugf("Couldn't create picture. Ignoring path: %s\n", path.c_str());
334 SkDebugf("Unexpected output from TimerData::getResult(...). Unable to parse.\n");
340 SkDebugf("Unable to read value from timer result.\n");
353 SkDebugf("%s\n", usage.c_str());
366 SkDebugf("benchmark_loop failed at index %d\n", i);
426 SkDebugf("Average base recording time: %.3fms\n", avgRecord);
427 SkDebugf("Average recording time with rtree: %.3fms\n", avgRecordRTree);
428 SkDebugf("Average base playback time: %.3fms\n", avgPlayback);
429 SkDebugf("Average playback time with rtree: %.3fms\n", avgPlaybackRTree);
431 SkDebugf("\nWrote data to gnuplot-readable files: %s %s\n", pbTitle, recTitle);