Skip to content

Commit

Permalink
Fix links to memory-infra README and add a note about reading traces.
Browse files Browse the repository at this point in the history
I noticed this when trying to answer the questions in crbug.com/737264.

Review-Url: https://codereview.chromium.org/2955413002
Cr-Commit-Position: refs/heads/master@{#484655}
  • Loading branch information
anniesullie authored and Commit Bot committed Jul 6, 2017
1 parent f9e21f7 commit a65c32f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/memory-infra/memory_benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ To view data from one of the benchmarks on the
If you are investigating a Perf dashboard alert and would like to see the
details, you can click on any point of the graph. It gives you the commit range,
buildbot output and a link to the trace file taken during the buildbot run.
(More information about reading trace files [here][memory-infra])

[memory-infra]: /docs/memory-infra/README.md

![Chrome Performance Dashboard Alert](https://storage.googleapis.com/chromium-docs.appspot.com/perfdashboard_alert.png)

Expand Down Expand Up @@ -132,6 +135,7 @@ Other useful options for this command are:
For WebView make sure to [replace the system WebView][webview_install]
on your device and use `--browser android-webview`.

[memory-infra]: /docs/memory-infra/README.md
[webview_install]: https://www.chromium.org/developers/how-tos/build-instructions-android-webview

### How to run a try job
Expand Down Expand Up @@ -189,7 +193,7 @@ where:
`proportional_resident_size` (others are `peak_resident_size` and
`private_dirty_size`).

[memory-infra]: /memory-infra/README.md
[memory-infra]: /docs/memory-infra/README.md

## Appendix

Expand Down

0 comments on commit a65c32f

Please sign in to comment.