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

Unified Diff: dashboard/dashboard/elements/create-health-report-page.html

Issue 2662633002: Paring down the table to only include important values. (Closed)
Patch Set: Editing wording on /create_health_report Created 3 years, 11 months 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 side-by-side diff with in-line comments
Download patch
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"
« no previous file with comments | « dashboard/dashboard/create_health_report_test.py ('k') | dashboard/dashboard/elements/speed-releasing-table.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698