Commit 5107d9c9 authored by Paul Jensen's avatar Paul Jensen Committed by Commit Bot

Fix a couple broken links in metrics README

Change-Id: I553d679a5330d316da75e8241a8f97fd7934bd7c
Reviewed-on: https://chromium-review.googlesource.com/c/1291593Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Commit-Queue: Paul Jensen <pauljensen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601754}
parent 89f18806
...@@ -16,7 +16,7 @@ etc., where each group organizes related histograms. ...@@ -16,7 +16,7 @@ etc., where each group organizes related histograms.
## Coding (Emitting to Histograms) ## Coding (Emitting to Histograms)
Generally you'll be best served by using one of the macros in Generally you'll be best served by using one of the macros in
[https://cs.chromium.org/chromium/src/base/metrics/histogram_macros.h](histogram_macros.h) [histogram_macros.h](https://cs.chromium.org/chromium/src/base/metrics/histogram_macros.h)
if possible. if possible.
### Don't Use the Same Histogram Logging Call in Multiple Places ### Don't Use the Same Histogram Logging Call in Multiple Places
...@@ -212,7 +212,7 @@ friends, as well as helpers such as SCOPED_UMA_HISTOGRAM_TIMER. Many timing ...@@ -212,7 +212,7 @@ friends, as well as helpers such as SCOPED_UMA_HISTOGRAM_TIMER. Many timing
histograms are used for performance monitoring; if this is the case for you, histograms are used for performance monitoring; if this is the case for you,
please read [this document about how to structure timing histograms to make please read [this document about how to structure timing histograms to make
them more useful and them more useful and
actionable](https://chromium.googlesource.com/chromium/src/+/lkcr/docs/speed/diagnostic_metrics.md). actionable](https://chromium.googlesource.com/chromium/src/+/lkgr/docs/speed/diagnostic_metrics.md).
### Percentage or Ratio Histograms ### Percentage or Ratio Histograms
......
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