Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Side by Side Diff: telemetry/index.md

Issue 1509273003: [Catapult doc] Add index.md copies of README.md (Closed) Base URL: git@github.com:catapult-project/catapult.git@md-pages
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « systrace/systrace/index.md ('k') | tracing/index.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 1 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be 2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. 3 found in the LICENSE file.
4 --> 4 -->
5 5
6 # Telemetry 6 # Telemetry
7 7
8 Telemetry is the performance testing framework used by Chrome. It allows you 8 Telemetry is the performance testing framework used by Chrome. It allows you
9 to perform arbitrary actions on a set of web pages (or any android application!) 9 to perform arbitrary actions on a set of web pages (or any android application!)
10 and report metrics about it. The framework abstracts: 10 and report metrics about it. The framework abstracts:
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 Your forwarder binary may be outdated. If you have built the forwarder in 146 Your forwarder binary may be outdated. If you have built the forwarder in
147 src/out that one will be used. if there isn't anything there Telemetry will 147 src/out that one will be used. if there isn't anything there Telemetry will
148 default to downloading a pre-built binary. Try re-building the forwarder, or 148 default to downloading a pre-built binary. Try re-building the forwarder, or
149 alternatively wiping the contents of `src/out/` and running `run_benchmark`, 149 alternatively wiping the contents of `src/out/` and running `run_benchmark`,
150 which should download the latest binary. 150 which should download the latest binary.
151 151
152 ### I'm having problems with keychain prompts on Mac. 152 ### I'm having problems with keychain prompts on Mac.
153 153
154 Make sure that your keychain is 154 Make sure that your keychain is
155 [correctly configured](https://sites.google.com/a/chromium.org/dev/developers/te lemetry/telemetry-mac-keychain-setup). 155 [correctly configured](https://sites.google.com/a/chromium.org/dev/developers/te lemetry/telemetry-mac-keychain-setup).
OLDNEW
« no previous file with comments | « systrace/systrace/index.md ('k') | tracing/index.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698