Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/bench/
Dnanobench.cpp467 fBenchType = "micro"; in next()
476 fBenchType = "micro"; in next()
490 fBenchType = "recording"; in next()
519 fBenchType = "playback"; in next()
532 log->configOption("bench_type", fBenchType); in fillCurrentOptions()
549 const char* fBenchType; // How we bench it: micro, recording, playback, ... member in BenchmarkStream