1. 459f57d Another Win7 performance trigger rebaseline by robertphillips@google.com · 11 years ago
  2. 531d8d1 Win7 performance trigger rebaseline by robertphillips@google.com · 11 years ago
  3. fa5723a Nexus 7 performance trigger rebaselines by robertphillips@google.com · 11 years ago
  4. e657a25 bench_util: allow optional whitespace in CSV format by epoger@google.com · 11 years ago
  5. 36bb270 Revert of r10671 (Experiments on calculating reciprocal of square root) due to bots failures: by robertphillips@google.com · 11 years ago
  6. b3ecdc4 Experiments on calculating reciprocal of square root by commit-bot@chromium.org · 11 years ago
  7. eac2759 r10473 introduced a space between bench values; adjusting the corresponding regexp. (SkipBuildbotRuns). by bensong@google.com · 11 years ago
  8. cb62224 Removing deprecated constructors and setDevice from SkDeferredCanvas by commit-bot@chromium.org · 11 years ago
  9. cbdcbd0 Nexus 7 Performance trigger rebaseline by robertphillips@google.com · 11 years ago
  10. 69cc600 N7 Performance Trigger rebaselines by robertphillips@google.com · 11 years ago
  11. 078dcf2 Ubuntu Performance trigger rebaseline by robertphillips@google.com · 11 years ago
  12. 75217ab N7 Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  13. aade2e1 Add fullscreen rect bench by bsalomon@google.com · 11 years ago
  14. 7fb83c8 When skia run bench cases to test performance, it will run constructors for all cases one by one, then getName to skip unnecessary cases according to command line parameters, so these constructors should be lightweight enough to avoid redundant computing. Unfortunately, some constructors contain intensive computing/rendering. They are very heavy, maybe much heavier than need-to-run bench case itself. And these redundant computation will be run every time you run bench, even you just test a single simple case. Moreover, it will mislead the real hotspot/bottleneck of the case itself. by commit-bot@chromium.org · 11 years ago
  15. 350b4d5 Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFilter. by senorblanco@chromium.org · 11 years ago
  16. 34a3e9b N7 performance trigger rebaselines by robertphillips@google.com · 11 years ago
  17. 5d4b773 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  18. 55fd612 Committed: http://code.google.com/p/skia/source/detail?r=10372 by commit-bot@chromium.org · 11 years ago
  19. f3f2d16 set nominmax on windows by bsalomon@google.com · 11 years ago
  20. 631a59b added drawVertices path to GameBench by robertphillips@google.com · 11 years ago
  21. 43e4f6e Adds links to dashboard plots for skp bench values out of range. (SkipBuildbotRuns). by bensong@google.com · 11 years ago
  22. 81152f4 adjust performance triggers for flakes on the Windows bots. by djsollen@google.com · 11 years ago
  23. 68f2a0d This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426. by bsalomon@google.com · 11 years ago
  24. 47fad70 by commit-bot@chromium.org · 11 years ago
  25. 7909308 Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  26. 586db93 refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 11 years ago
  27. 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  28. 70d75ca Add SkChecksum::Murmur3. BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  29. 602a1d7 add scaledimagecache by reed@google.com · 11 years ago
  30. ed5eb4e Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441 by epoger@google.com · 11 years ago
  31. 434251f refactor duplication (shouldSkip and skip_name) into a utility function by sglez@google.com · 11 years ago
  32. faa5ae4 Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3. by commit-bot@chromium.org · 11 years ago
  33. 9cfc83c stop using bitmap-filter flags outside of paint itself, as a step towards really changing them into an enum by reed@google.com · 11 years ago
  34. d2fd07c Bench performance trigger rebaselines by robertphillips@google.com · 11 years ago
  35. 25a11e4 Add bench to test float to fixed conversion by djsollen@google.com · 11 years ago
  36. 69feaca Fix Android bench bots for Xoom due to OOM errors. by djsollen@google.com · 11 years ago
  37. f7d01ce Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  38. a308883 Add bench for hairline paths. by egdaniel@google.com · 11 years ago
  39. cd95e5f Widen range for flaky performance trigger baseline by robertphillips@google.com · 11 years ago
  40. afbb685 Flaky Ubuntu performance trigger rebaselines by robertphillips@google.com · 11 years ago
  41. 523521c reenable the scale benchmark, and only bench actual canvas draw commands by humper@google.com · 11 years ago
  42. 0c4e21d Streamline picture_record_recurring_ bench. by commit-bot@chromium.org · 11 years ago
  43. 5396a04 Added a high-color (50 colors) gradient for each gradient type. by commit-bot@chromium.org · 11 years ago
  44. 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  45. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 11 years ago
  46. b686539 Added GM and Bench by commit-bot@chromium.org · 11 years ago
  47. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 11 years ago
  48. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 11 years ago
  49. 592dee9 Remove unused private fields from PathUtilsBench. by tfarina@chromium.org · 11 years ago
  50. 5f63fdf Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  51. 561b713 Performance trigger rebaselines for r9888 (Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter - https://codereview.chromium.org/18110012/) by robertphillips@google.com · 11 years ago
  52. 98a1967 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  53. 2d903ae make sure we pass legal utf8 by reed@google.com · 11 years ago
  54. 2311297 test null-glyphs param case by reed@google.com · 11 years ago
  55. bcb42ae add charsToGlyphs to SkTypeface by reed@google.com · 11 years ago
  56. 53fa5fd Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  57. 0d55dd7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  58. d3976a1 Fix for Win7 bench compiler error/warning by robertphillips@google.com · 11 years ago
  59. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
  60. a741f7d Fix Performance trigger baselines by robertphillips@google.com · 11 years ago
  61. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  62. a154dc8 Rebaselining some performance trigger flakes by robertphillips@google.com · 11 years ago
  63. afb0e9c Remove unused NormalizeBench::fUsePortable field. by commit-bot@chromium.org · 11 years ago
  64. f348842 Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  65. 44f7c23 Performance trigger rebaselines after hard reboot by robertphillips@google.com · 11 years ago
  66. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  67. 29a159c Adds microbench range generation option; renames file appropriately. (SkipBuildbotRuns) by bensong@google.com · 11 years ago
  68. 741b2e1 Fixes zero division when there are no lines to plot (only one revision in range) by bensong@google.com · 11 years ago
  69. 5f87975 Add benchmark for PremultiplyAlpha and UnpremultiplyAlpha in Skia by commit-bot@chromium.org · 11 years ago
  70. a707fd5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  71. c265230 add cache efficiency test by reed@google.com · 11 years ago
  72. 24ed8d7 Fixes microbench format change caused by r9417. by bensong@google.com · 11 years ago
  73. de69eee Nexus 7 performance trigger rebaselines by robertphillips@google.com · 11 years ago
  74. 5872e00 doh. send byte length, not word count, to measureText by reed@google.com · 11 years ago
  75. 2fef6d2 move measureText to be the only thing in the inner loop by reed@google.com · 11 years ago
  76. c9ab48f switch array to uint16_t to fix overflows by reed@google.com · 11 years ago
  77. fad3e5e comment out value > int16_t by reed@google.com · 11 years ago
  78. 664621a include the right named .h for glyph data by reed@google.com · 11 years ago
  79. 8af0371 add bench for fontcache performance (measurement) by reed@google.com · 11 years ago
  80. 0a1c387 Remove the non-separable blur because it is no longer used. by commit-bot@chromium.org · 11 years ago
  81. 7495f59 Don't crash if device creation fails in bench. by commit-bot@chromium.org · 11 years ago
  82. 59ce137 Fix Win7 warning-as-error complaint by robertphillips@google.com · 11 years ago
  83. c117cba add bench for sk_memset16/32 by reed@google.com · 11 years ago
  84. 76e1538 N7 performance trigger rebaselines after skp update by robertphillips@google.com · 11 years ago
  85. 26da7f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  86. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
  87. f865be3 Add atlasing option to GameBench bench by robertphillips@google.com · 11 years ago
  88. 9e67935 Mark picture record benches as non-rendering. by bsalomon@google.com · 11 years ago
  89. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
  90. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
  91. a2be2cc cast enum to float to fix (really bad) warning by reed@google.com · 11 years ago
  92. ef77ec2 extend SkBenchmark to allow a bench to return a durationScale, which allows it to perform fewer actual interations, but report a scale factor to account for that. Thus a very slow bench can be compared head-to-head with a faster one, w/o actually forcing the tool to run for the full duration of the slower test. by reed@google.com · 11 years ago
  93. 9e59a0e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  94. 2ece287 use DEF_BENCH by reed@google.com · 11 years ago
  95. 66070a5 Changing SkDeferredCanvas to use factories for creation by junov@chromium.org · 11 years ago
  96. 37add6b Rebaseline performance triggers by robertphillips@google.com · 11 years ago
  97. bf711cf Update bench expectations for nexus7 on tabl_hsfi.skp (256x256_gpu) by djsollen@google.com · 11 years ago
  98. a5a59b3 Fix flaky Ubuntu performance trigger by robertphillips@google.com · 11 years ago
  99. 015b604 Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  100. b10322a Performance trigger rebaselines (mainly due to r9175) by robertphillips@google.com · 11 years ago