| Index: dashboard/dashboard/elements/create-health-report-page.html
|
| diff --git a/dashboard/dashboard/elements/create-health-report-page.html b/dashboard/dashboard/elements/create-health-report-page.html
|
| index b4bb16d8087983c899b0a1c5c40ca2c367d4b754..c3fb6ba9284fbd56fd347a84c963e09007251d18 100644
|
| --- a/dashboard/dashboard/elements/create-health-report-page.html
|
| +++ b/dashboard/dashboard/elements/create-health-report-page.html
|
| @@ -84,11 +84,9 @@ found in the LICENSE file.
|
|
|
| <br><br><b>Tests:</b><br>
|
| Enter each test path in full, separated by line. For example: <br>
|
| - memory.top_10_mobile/memory:chrome:all_processes:reported_by_os:system_memory:ashmem:proportional_resident_size_* <br>
|
| - memory.top_10_mobile/memory:chrome:all_processes:reported_by_os:system_memory:java_heap:proportional_resident_size_*<br>
|
| + memory.top_10_mobile/memory:chrome:all_processes:reported_by_os:system_memory:ashmem:proportional_resident_size_avg <br>
|
| + memory.top_10_mobile/memory:chrome:all_processes:reported_by_os:system_memory:java_heap:proportional_resident_size_avg<br>
|
| ...<br>
|
| - Note, the test path must contain _* which signifies where _avg, _max, etc.
|
| - will go.
|
| <br>
|
|
|
| <paper-textarea id="tests" value="{{tests}}" label="Test paths"
|
|
|