Commit b6456114 authored by Mike Wittman's avatar Mike Wittman Committed by Commit Bot

Add reference to the UMA Sampling Profiler in the speed docs

TBR=sullivan@chromium.org

Change-Id: Ib495ea4e4f1bcb82470bc242bb4f613e2c323b3f
Reviewed-on: https://chromium-review.googlesource.com/991459Reviewed-by: default avatarMike Wittman <wittman@chromium.org>
Commit-Queue: Mike Wittman <wittman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547592}
parent d807ec30
......@@ -61,3 +61,9 @@ The **[Speed Launch Metrics](https://docs.google.com/document/d/1Ww487ZskJ-xBmJG
doc explains metrics available in UMA for end user performance. If you want to
test how your change impacts these metrics for end users, you'll probably want
to **[Run a Finch Trial](http://goto.google.com/finch101)**.
The **[UMA Sampling Profiler (Googlers only)](http://goto.google.com/uma-sampling-profiler-overview)**
measures Chrome execution using statistical profiling, producing aggregate
execution profiles across the function call tree. The profiler is useful for
understanding how your code performs for end users, and the precise performance
impact of code changes.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment