Chromium Code Reviews| Index: chrome/test/media_router/telemetry/extension/README.md |
| diff --git a/chrome/test/media_router/telemetry/extension/README.md b/chrome/test/media_router/telemetry/extension/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4bda01bfc194dbfa05e9d9c4c10f2a841d06bd1d |
| --- /dev/null |
| +++ b/chrome/test/media_router/telemetry/extension/README.md |
| @@ -0,0 +1,8 @@ |
| +<!-- Copyright 2016 The Chromium Authors. All rights reserved. |
|
mark a. foltz
2016/04/18 23:48:11
The copyright isn't required for documentation fil
Lei Lei
2016/04/19 21:56:02
Done.
|
| + Use of this source code is governed by a BSD-style license that can be |
| + found in the LICENSE file. |
| +--> |
| + |
| +This is the test extension which is used to get CPU/memory usage for media router performance test. |
| + |
| +chrome/test/media_router/telemetry/benchmarks/pagesets/cpu_memory_script.js shows how to interact with this test extension to get CPU/memory usage. |