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

Unified Diff: dashboard/overview.html

Issue 12208127: Three columns in the Chromium perf dashboard overview. (Closed) Base URL: https://git.chromium.org/git/chromium/tools/perf.git@master
Patch Set: Created 7 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/overview.html
diff --git a/dashboard/overview.html b/dashboard/overview.html
index 67a2a36154d784649b233e8cc3d8bb1ebe225aac..0c3894a3f230d12916baa1bbb673c9e1a0c71904 100644
--- a/dashboard/overview.html
+++ b/dashboard/overview.html
@@ -88,6 +88,8 @@
<script>DisplayGraph("android-gn/image_decoding_benchmark");</script>
<script>DisplayGraph("android-gn/spaceport");</script>
<script>DisplayGraph("android-gn/scrolling_benchmark");</script>
+ </tr>
+ <tr>
<script>DisplayGraph("android-gn/kraken");</script>
</tr>
</table>
@@ -102,6 +104,8 @@
<script>DisplayGraph("android-nexus4/image_decoding_benchmark");</script>
<script>DisplayGraph("android-nexus4/spaceport");</script>
<script>DisplayGraph("android-nexus4/scrolling_benchmark");</script>
+ </tr>
+ <tr>
<script>DisplayGraph("android-nexus4/kraken");</script>
</tr>
</table>
@@ -116,6 +120,8 @@
<script>DisplayGraph("android-nexus10/image_decoding_benchmark");</script>
<script>DisplayGraph("android-nexus10/spaceport");</script>
<script>DisplayGraph("android-nexus10/scrolling_benchmark");</script>
+ </tr>
+ <tr>
<script>DisplayGraph("android-nexus10/kraken");</script>
</tr>
</table>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698