aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/nanobench.cpp
Commit message (Expand)AuthorAge
* fix last warnings on w64 and turn on w.a.e.Gravatar bsalomon2014-12-15
* Update nanobench so the non-MPD path doesn't permit layer hoistingGravatar robertphillips2014-12-09
* Don't upload metrics we don't want to track.Gravatar mtklein2014-12-05
* nanobench: upload peak memory usage as its own trace.Gravatar mtklein2014-12-04
* Upload picture byte size and op count metrics for SKP recording.Gravatar mtklein2014-12-04
* Turn on MPD threading in nanobench.Gravatar mtklein2014-12-03
* Revert of nanobench: lazily decode bitmaps in .skps. (patchset #1 id:1 of htt...Gravatar mtklein2014-11-25
* nanobench: lazily decode bitmaps in .skps.Gravatar mtklein2014-11-25
* Add MultiPictureDraw to nanobenchGravatar robertphillips2014-11-21
* Revert of Add MultiPictureDraw to nanobench (patchset #7 id:120001 of https:/...Gravatar robertphillips2014-11-21
* Add MultiPictureDraw to nanobenchGravatar robertphillips2014-11-21
* Revert of Make nanobench and dm be usable from Chromium build (patchset #5 id...Gravatar jcgregorio2014-11-13
* Make nanobench and dm be usable from Chromium buildGravatar kkinnunen2014-11-13
* Get gpudft support working in dm, gm, nanobench and bench_picturesGravatar jvanverth2014-11-07
* Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures ...Gravatar jvanverth2014-11-06
* Get gpudft support working in dm, gm, nanobench and bench_picturesGravatar jvanverth2014-11-06
* Detect loops overflow for gpu benches.Gravatar mtklein2014-11-06
* Try out SkTree in nanobench.Gravatar mtklein2014-10-29
* Print GPU cache stats in nanobench/dm with veryVerboseGravatar bsalomon2014-10-24
* Draw SKPs in 256x256 tiles in nanobench.Gravatar mtklein2014-10-21
* nanobench: flush after recording every Nth data point.Gravatar mtklein2014-10-14
* detect --loops is < 0 and interpret that as running forever (mostly)Gravatar reed2014-10-10
* Make the Sk GL context class an abstract base classGravatar kkinnunen2014-10-09
* Revert of Make the Sk GL context class an abstract base class (patchset #4 id...Gravatar bsalomon2014-10-08
* Make the Sk GL context class an abstract base classGravatar kkinnunen2014-10-08
* Have nanobench --verbose mode always just print integer nanoseconds.Gravatar mtklein2014-09-24
* nanobench: print max RSS in debug mode too.Gravatar mtklein2014-09-18
* Revert of nanobench: lazily decode bitmaps from SKPs (patchset #1 id:1 of htt...Gravatar mtklein2014-09-17
* nanobench: lazily decode bitmaps from SKPsGravatar mtklein2014-09-16
* Measure picture recording speed in nanobench.Gravatar mtklein2014-09-10
* Distinguish common and unique names for skiaperf.com.Gravatar mtklein2014-09-10
* Fix format of nanobench resultGravatar qiankun.miao2014-09-09
* Update DM JSON format.Gravatar mtklein2014-09-09
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Change SkPicture::draw to playbackGravatar robertphillips2014-09-04
* Hide fields in SkImageInfoGravatar reed2014-09-03
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* fix numerical overflows in 565 blendsGravatar reed2014-08-22
* Add --bbh (default true) to nanobench.Gravatar mtklein2014-08-21
* Add --properties for things like gitHash that describe the current nanobench ...Gravatar mtklein2014-08-20
* Define NDEBUG instead of SK_DEBUG/SK_RELEASE.Gravatar mtklein2014-08-20
* Print max RSS in GM and nanobench too.Gravatar mtklein2014-08-19
* Add --options to nanobench, similar to --key but for non-identifying options.Gravatar mtklein2014-08-19
* Add runtime flag to turn compressed alpha masks onGravatar krajcevski2014-08-13
* Add entry point for passing options to the GrContextFactoryGravatar krajcevski2014-08-13
* Fix iOS build by centralizing --writePath.Gravatar mtklein2014-08-07
* Add option to dump images from nanobench.Gravatar bsalomon2014-08-07
* Add angle config to nanobench and make angle a default config for dm and nano...Gravatar bsalomon2014-08-06
* Fix calibration loop failure condition.Gravatar mtklein2014-08-04
* Skip all .skps in 565.Gravatar mtklein2014-08-01