aboutsummaryrefslogtreecommitdiff
path: root/bench/nanobench.cpp
AgeCommit message (Expand)Author
2014-11-06Detect loops overflow for gpu benches.mtklein
2014-10-29Try out SkTree in nanobench.mtklein
2014-10-24Print GPU cache stats in nanobench/dm with veryVerbosebsalomon
2014-10-21Draw SKPs in 256x256 tiles in nanobench.mtklein
2014-10-14nanobench: flush after recording every Nth data point.mtklein
2014-10-10detect --loops is < 0 and interpret that as running forever (mostly)reed
2014-10-09Make the Sk GL context class an abstract base classkkinnunen
2014-10-08Revert of Make the Sk GL context class an abstract base class (patchset #4 id...bsalomon
2014-10-08Make the Sk GL context class an abstract base classkkinnunen
2014-09-24Have nanobench --verbose mode always just print integer nanoseconds.mtklein
2014-09-18nanobench: print max RSS in debug mode too.mtklein
2014-09-17Revert of nanobench: lazily decode bitmaps from SKPs (patchset #1 id:1 of htt...mtklein
2014-09-16nanobench: lazily decode bitmaps from SKPsmtklein
2014-09-10Measure picture recording speed in nanobench.mtklein
2014-09-10Distinguish common and unique names for skiaperf.com.mtklein
2014-09-09Fix format of nanobench resultqiankun.miao
2014-09-09Update DM JSON format.mtklein
2014-09-05"NULL !=" = NULLbsalomon
2014-09-04Change SkPicture::draw to playbackrobertphillips
2014-09-03Hide fields in SkImageInforeed
2014-08-29Try out scalar picture sizesrobertphillips
2014-08-22fix numerical overflows in 565 blendsreed
2014-08-21Add --bbh (default true) to nanobench.mtklein
2014-08-20Add --properties for things like gitHash that describe the current nanobench ...mtklein
2014-08-20Define NDEBUG instead of SK_DEBUG/SK_RELEASE.mtklein
2014-08-19Print max RSS in GM and nanobench too.mtklein
2014-08-19Add --options to nanobench, similar to --key but for non-identifying options.mtklein
2014-08-13Add runtime flag to turn compressed alpha masks onkrajcevski
2014-08-13Add entry point for passing options to the GrContextFactorykrajcevski
2014-08-07Fix iOS build by centralizing --writePath.mtklein
2014-08-07Add option to dump images from nanobench.bsalomon
2014-08-06Add angle config to nanobench and make angle a default config for dm and nano...bsalomon
2014-08-04Fix calibration loop failure condition.mtklein
2014-08-01Skip all .skps in 565.mtklein
2014-08-01SKPs-as-benches in nanobenchmtklein
2014-07-31nanobench: support GMs-as-benchesmtklein
2014-07-28Test abandoning GL context in dm/nanobench.bsalomon
2014-07-22Make nanobench setup configs outside of loop over benchmarksbsalomon
2014-07-22share dm and command flagscaryclark
2014-07-17Fix GLubyte to GrGLubyte.jcgregorio
2014-07-17Change JSON output of nanobench.jcgregorio
2014-07-17Revert of nanobench: --veryVerbose for more Win7 debugging (https://coderevie...mtklein
2014-07-17nanobench: --veryVerbose for more Win7 debuggingMike Klein
2014-07-17nanobench: Protect more against infinite loops.mtklein
2014-07-16Use __rdtsc on Windows.Mike Klein
2014-07-15Try to debug Windows infinite loops in nanobench.Mike Klein
2014-07-15destroyContexts after each bench instead of beforeMike Klein
2014-07-15Give windows boring bars and use 'us' for microseconds.mtklein
2014-07-15Add --resetGpuContext to both DM and nanobench.mtklein
2014-07-14nanobench: add --runOnce.mtklein