Lines Matching refs:SkDebugf
164 SkDebugf("Can't read canvas pixels.\n"); in capturePixels()
210 SkDebugf("WARNING: GL context for config \"%s\" does not support fence sync. " in init()
278 SkDebugf("ERROR: clamping loops from %d to 1. " in clamp_loops()
283 SkDebugf("WARNING: clamping loops from %d to FLAGS_maxLoops, %d.\n", loops, FLAGS_maxLoops); in clamp_loops()
307 SkDebugf("Can't make dir %s.\n", dir.c_str()); in write_canvas_png()
312 SkDebugf("Can't write %s.\n", filename.c_str()); in write_canvas_png()
316 SkDebugf("Can't encode a PNG.\n"); in write_canvas_png()
331 SkDebugf("WARNING: Can't estimate loops for %s (%s vs. %s); skipping.\n", in setup_cpu_bench()
411 SkDebugf("Skipping config '%s' as requested.\n", config->getTag().c_str()); in create_config()
421 SkDebugf("This tool only supports the default surface type."); in create_config()
431 SkDebugf("Configuration '%s' sample count %d is not a supported sample count.\n", in create_config()
436 SkDebugf("No context was available matching config '%s'.\n", in create_config()
460 SkDebugf("Skipping config '%s' as requested.\n", \ in create_config()
492 SkDebugf("Unknown config '%s'.\n", config->getTag().c_str()); in create_config()
613 SkDebugf("Can't parse %s from --clip as an SkIRect.\n", FLAGS_clip[0]); in BenchmarkStream()
619 SkDebugf("Can't parse %s from --scales as an SkScalar.\n", FLAGS_scales[i]); in BenchmarkStream()
625 SkDebugf("Can't parse %s from --zoom as a zoomMax,zoomPeriodMs.\n", FLAGS_zoom[0]); in BenchmarkStream()
657 SkDebugf("Could not read %s.\n", path); in ReadPicture()
667 SkDebugf("Could not read %s.\n", path); in ReadSVGPicture()
675 SkDebugf("Could not parse %s.\n", path); in ReadSVGPicture()
831 SkDebugf("Cannot find codec for %s\n", path.c_str()); in rawNext()
910 SkDebugf("Cannot find codec for %s\n", path.c_str()); in rawNext()
1095 SkDebugf("\nBenchmarks still running...\n"); in start_keepalive()
1125 SkDebugf("Writing files to %s.\n", FLAGS_writePath[0]); in main()
1127 SkDebugf("Could not create %s. Files won't be written.\n", FLAGS_writePath[0]); in main()
1137 SkDebugf("I'm ignoring --outResultsFile because this is a Debug build."); in main()
1145 SkDebugf("ERROR: --properties must be passed with an even number of arguments.\n"); in main()
1153 SkDebugf("ERROR: --key must be passed with an even number of arguments.\n"); in main()
1165 SkDebugf("Timer overhead: %s\n", HUMANIZE(overhead)); in main()
1170 SkDebugf("Fixed number of loops; times would only be misleading so we won't print them.\n"); in main()
1172 SkDebugf("! -> high variance, ? -> moderate variance\n"); in main()
1173 SkDebugf(" micros \tbench\n"); in main()
1175 SkDebugf("curr/maxrss\tloops\tmin\tmedian\tmean\tmax\tstddev\tsamples\tconfig\tbench\n"); in main()
1177 SkDebugf("curr/maxrss\tloops\tmin\tmedian\tmean\tmax\tstddev\t%-*s\tconfig\tbench\n", in main()
1225 SkDebugf("Running %s\t%s\n" in main()
1329 SkDebugf("%4d/%-4dMB\t%s\t%s\n" in main()
1341 SkDebugf("%10.2f %s\t%s\t%s\n", in main()
1346 SkDebugf("%g,%g,%g,%g,%g,%s,%s\n" in main()
1359 SkDebugf(format in main()
1379 SkDebugf("Samples: "); in main()
1381 SkDebugf("%s ", HUMANIZE(samples[i])); in main()
1383 SkDebugf("%s\n", bench->getUniqueName()); in main()