docs: Update Perf docs.

BUG=skia:

NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=5458

Change-Id: If8a452711076bef19566fa64a5a52ca9b3e7b83c
Reviewed-on: https://skia-review.googlesource.com/5458
Reviewed-by: Heather Miller <hcm@google.com>
Commit-Queue: Heather Miller <hcm@google.com>
This commit is contained in:
Joe Gregorio 2016-12-01 15:37:06 -05:00 committed by Skia Commit-Bot
parent 97aadfce65
commit dd56632ae3
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -13,11 +13,11 @@ consisting mostly of performance benchmark results, but also including memory
and coverage data.
Perf includes tools for analyzing such a large corpus of data, the most
powerful is [k-means clustering](https://perf.skia.org/clusters/). This tools
groups large sets of performance metrics together based on how they change
over time, and highlights sets of metrics that have performance regressions.
powerful is [k-means clustering](https://perf.skia.org/t/). This tool groups
large sets of performance metrics together based on how they change over time,
and highlights sets of metrics that have performance regressions.
<img src=Cluster.png style="margin-left:30px" align="left" width="800"/> <br clear="left">
<img src=Cluster.png style="margin-left:30px" align="left" width="500"/> <br clear="left">
Calculations
------------