OLD | NEW |
1 Skia Perf | 1 Skia Perf |
2 ========= | 2 ========= |
3 | 3 |
4 [Skia Perf](https://perf.skia.org) is a web based interface for exploring | 4 [Skia Perf](https://perf.skia.org) is a web based interface for exploring |
5 performance data produced by `nanobench` and the code size bot. The data | 5 performance data produced by `nanobench` and the code size bot. The data |
6 includes: | 6 includes: |
7 | 7 |
8 * The nanobench test times in ms. | 8 * The nanobench test times in ms. |
9 * Total memory consumed during a nanobench run. | 9 * Total memory consumed during a nanobench run. |
10 * Code size for various symbol types in bytes. | 10 * Code size for various symbol types in bytes. |
(...skipping 16 matching lines...) Expand all Loading... |
27 ratio( | 27 ratio( |
28 ave(fill(filter("name=desk_wowwiki.skp&sub_result=min_ms"))), | 28 ave(fill(filter("name=desk_wowwiki.skp&sub_result=min_ms"))), |
29 ave(fill(filter("name=desk_wowwiki.skp&sub_result=ops"))) | 29 ave(fill(filter("name=desk_wowwiki.skp&sub_result=ops"))) |
30 ) | 30 ) |
31 | 31 |
32 You can also use the data to answer questions like [how many tests were run per
commit](https://perf.skia.org/#1878). | 32 You can also use the data to answer questions like [how many tests were run per
commit](https://perf.skia.org/#1878). |
33 | 33 |
34 count(filter("")) | 34 count(filter("")) |
35 | 35 |
36 See Skia Perf for the [full list of functions available](https://perf.skia.org/h
elp). | 36 See Skia Perf for the [full list of functions available](https://perf.skia.org/h
elp). |
OLD | NEW |