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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Chrome Perf Overview</title> 3 <title>Chrome Perf Overview</title>
4 <script src="ui/js/common.js"></script> 4 <script src="ui/js/common.js"></script>
5 <script language="javascript"> 5 <script language="javascript">
6 function DisplayGraph(name, graph, history) { 6 function DisplayGraph(name, graph, history) {
7 document.write('<td><iframe scrolling="no" height="250" width="400" src= "http://build.chromium.org/f/chromium/perf/'); 7 document.write('<td><iframe scrolling="no" height="250" width="400" src= "http://build.chromium.org/f/chromium/perf/');
8 document.write(name); 8 document.write(name);
9 if (typeof history == 'undefined') { 9 if (typeof history == 'undefined') {
10 history = 50; 10 history = 50;
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 <table> 81 <table>
82 <tr> 82 <tr>
83 <script>DisplayGraph("android-gn/jsgamebench");</script> 83 <script>DisplayGraph("android-gn/jsgamebench");</script>
84 <script>DisplayGraph("android-gn/sunspider");</script> 84 <script>DisplayGraph("android-gn/sunspider");</script>
85 <script>DisplayGraph("android-gn/octane");</script> 85 <script>DisplayGraph("android-gn/octane");</script>
86 </tr> 86 </tr>
87 <tr> 87 <tr>
88 <script>DisplayGraph("android-gn/image_decoding_benchmark");</script > 88 <script>DisplayGraph("android-gn/image_decoding_benchmark");</script >
89 <script>DisplayGraph("android-gn/spaceport");</script> 89 <script>DisplayGraph("android-gn/spaceport");</script>
90 <script>DisplayGraph("android-gn/scrolling_benchmark");</script> 90 <script>DisplayGraph("android-gn/scrolling_benchmark");</script>
91 </tr>
92 <tr>
91 <script>DisplayGraph("android-gn/kraken");</script> 93 <script>DisplayGraph("android-gn/kraken");</script>
92 </tr> 94 </tr>
93 </table> 95 </table>
94 <h1 id="Chromium-Android-Nexus4">Android Nexus4</h1> 96 <h1 id="Chromium-Android-Nexus4">Android Nexus4</h1>
95 <table> 97 <table>
96 <tr> 98 <tr>
97 <script>DisplayGraph("android-nexus4/jsgamebench");</script> 99 <script>DisplayGraph("android-nexus4/jsgamebench");</script>
98 <script>DisplayGraph("android-nexus4/sunspider");</script> 100 <script>DisplayGraph("android-nexus4/sunspider");</script>
99 <script>DisplayGraph("android-nexus4/octane");</script> 101 <script>DisplayGraph("android-nexus4/octane");</script>
100 </tr> 102 </tr>
101 <tr> 103 <tr>
102 <script>DisplayGraph("android-nexus4/image_decoding_benchmark");</sc ript> 104 <script>DisplayGraph("android-nexus4/image_decoding_benchmark");</sc ript>
103 <script>DisplayGraph("android-nexus4/spaceport");</script> 105 <script>DisplayGraph("android-nexus4/spaceport");</script>
104 <script>DisplayGraph("android-nexus4/scrolling_benchmark");</script> 106 <script>DisplayGraph("android-nexus4/scrolling_benchmark");</script>
107 </tr>
108 <tr>
105 <script>DisplayGraph("android-nexus4/kraken");</script> 109 <script>DisplayGraph("android-nexus4/kraken");</script>
106 </tr> 110 </tr>
107 </table> 111 </table>
108 <h1 id="Chromium-Android-Nexus10">Android Nexus10</h1> 112 <h1 id="Chromium-Android-Nexus10">Android Nexus10</h1>
109 <table> 113 <table>
110 <tr> 114 <tr>
111 <script>DisplayGraph("android-nexus10/jsgamebench");</script> 115 <script>DisplayGraph("android-nexus10/jsgamebench");</script>
112 <script>DisplayGraph("android-nexus10/sunspider");</script> 116 <script>DisplayGraph("android-nexus10/sunspider");</script>
113 <script>DisplayGraph("android-nexus10/octane");</script> 117 <script>DisplayGraph("android-nexus10/octane");</script>
114 </tr> 118 </tr>
115 <tr> 119 <tr>
116 <script>DisplayGraph("android-nexus10/image_decoding_benchmark");</s cript> 120 <script>DisplayGraph("android-nexus10/image_decoding_benchmark");</s cript>
117 <script>DisplayGraph("android-nexus10/spaceport");</script> 121 <script>DisplayGraph("android-nexus10/spaceport");</script>
118 <script>DisplayGraph("android-nexus10/scrolling_benchmark");</script > 122 <script>DisplayGraph("android-nexus10/scrolling_benchmark");</script >
123 </tr>
124 <tr>
119 <script>DisplayGraph("android-nexus10/kraken");</script> 125 <script>DisplayGraph("android-nexus10/kraken");</script>
120 </tr> 126 </tr>
121 </table> 127 </table>
122 <h1 id="Chromium-XP-Dual-Core">XP Dual Core</h1> 128 <h1 id="Chromium-XP-Dual-Core">XP Dual Core</h1>
123 <table> 129 <table>
124 <tr> 130 <tr>
125 <script>DisplayGraph("xp-release-dual-core/moz");</script> 131 <script>DisplayGraph("xp-release-dual-core/moz");</script>
126 <script>DisplayGraph("xp-release-dual-core/intl1");</script> 132 <script>DisplayGraph("xp-release-dual-core/intl1");</script>
127 <script>DisplayGraph("xp-release-dual-core/intl2");</script> 133 <script>DisplayGraph("xp-release-dual-core/intl2");</script>
128 </tr> 134 </tr>
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/robohornetpro");</ script> 378 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/robohornetpro");</ script>
373 </tr> 379 </tr>
374 <tr> 380 <tr>
375 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/spaceport");</scri pt> 381 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/spaceport");</scri pt>
376 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/image_decoding_ben chmark");</script> 382 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/image_decoding_ben chmark");</script>
377 </tr> 383 </tr>
378 </table> 384 </table>
379 </center> 385 </center>
380 </body> 386 </body>
381 </html> 387 </html>
OLDNEW
« 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