| OLD | NEW |
| 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 Loading... |
| 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). |
| OLD | NEW |