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

Side by Side Diff: perf/dashboard/overview.html

Issue 7574022: Update perf dashboard overview.html (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 9 years, 4 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 | Annotate | Revision Log
« 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) { 6 function DisplayGraph(name, graph) {
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 document.write('/report.html?history=50') 9 document.write('/report.html?history=50')
10 var params = ParseParams(); 10 var params = ParseParams();
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 <script>DisplayGraph("xp-release-dual-core/v8_benchmark");</script> 88 <script>DisplayGraph("xp-release-dual-core/v8_benchmark");</script>
89 <script>DisplayGraph("xp-release-dual-core/dom_perf");</script> 89 <script>DisplayGraph("xp-release-dual-core/dom_perf");</script>
90 </tr> 90 </tr>
91 <tr> 91 <tr>
92 <script>DisplayGraph("xp-release-dual-core/morejs");</script> 92 <script>DisplayGraph("xp-release-dual-core/morejs");</script>
93 <script>DisplayGraph("xp-release-dual-core/dromaeo_domcore");</scrip t> 93 <script>DisplayGraph("xp-release-dual-core/dromaeo_domcore");</scrip t>
94 <script>DisplayGraph("xp-release-dual-core/dromaeo_jslib");</script> 94 <script>DisplayGraph("xp-release-dual-core/dromaeo_jslib");</script>
95 </tr> 95 </tr>
96 <tr> 96 <tr>
97 <script>DisplayGraph("xp-release-dual-core/new-tab-ui-warm");</scrip t> 97 <script>DisplayGraph("xp-release-dual-core/new-tab-ui-warm");</scrip t>
98 <script>DisplayGraph("xp-release-dual-core/sync");</script>
98 </tr> 99 </tr>
99 </table> 100 </table>
100 <h1 id="Chromium-XP-Single-Core">Chromium XP Single Core</h1> 101 <h1 id="Chromium-XP-Single-Core">Chromium XP Single Core</h1>
101 <table> 102 <table>
102 <tr> 103 <tr>
103 <script>DisplayGraph("xp-release-single-core/moz");</script> 104 <script>DisplayGraph("xp-release-single-core/moz");</script>
104 <script>DisplayGraph("xp-release-single-core/intl1");</script> 105 <script>DisplayGraph("xp-release-single-core/intl1");</script>
105 <script>DisplayGraph("xp-release-single-core/intl2");</script> 106 <script>DisplayGraph("xp-release-single-core/intl2");</script>
106 </tr> 107 </tr>
107 <tr> 108 <tr>
(...skipping 11 matching lines...) Expand all
119 <script>DisplayGraph("xp-release-single-core/v8_benchmark");</script > 120 <script>DisplayGraph("xp-release-single-core/v8_benchmark");</script >
120 <script>DisplayGraph("xp-release-single-core/dom_perf");</script> 121 <script>DisplayGraph("xp-release-single-core/dom_perf");</script>
121 </tr> 122 </tr>
122 <tr> 123 <tr>
123 <script>DisplayGraph("xp-release-single-core/morejs");</script> 124 <script>DisplayGraph("xp-release-single-core/morejs");</script>
124 <script>DisplayGraph("xp-release-single-core/dromaeo_domcore");</scr ipt> 125 <script>DisplayGraph("xp-release-single-core/dromaeo_domcore");</scr ipt>
125 <script>DisplayGraph("xp-release-single-core/dromaeo_jslib");</scrip t> 126 <script>DisplayGraph("xp-release-single-core/dromaeo_jslib");</scrip t>
126 </tr> 127 </tr>
127 <tr> 128 <tr>
128 <script>DisplayGraph("xp-release-single-core/new-tab-ui-warm");</scr ipt> 129 <script>DisplayGraph("xp-release-single-core/new-tab-ui-warm");</scr ipt>
129 <script>DisplayGraph("xp-release-single-core/sync");</script>
130 </tr> 130 </tr>
131 </table> 131 </table>
132 132
133 <h1 id="Chromium-Vista-Dual-Core">Chromium Vista Dual Core</h1> 133 <h1 id="Chromium-Vista-Dual-Core">Chromium Vista Dual Core</h1>
134 <table> 134 <table>
135 <tr> 135 <tr>
136 <script>DisplayGraph("vista-release-dual-core/moz");</script> 136 <script>DisplayGraph("vista-release-dual-core/moz");</script>
137 <script>DisplayGraph("vista-release-dual-core/intl1");</script> 137 <script>DisplayGraph("vista-release-dual-core/intl1");</script>
138 <script>DisplayGraph("vista-release-dual-core/intl2");</script> 138 <script>DisplayGraph("vista-release-dual-core/intl2");</script>
139 </tr> 139 </tr>
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 <script>DisplayGraph("vista-release-single-core/v8_benchmark");</scr ipt> 185 <script>DisplayGraph("vista-release-single-core/v8_benchmark");</scr ipt>
186 <script>DisplayGraph("vista-release-single-core/dom_perf");</script> 186 <script>DisplayGraph("vista-release-single-core/dom_perf");</script>
187 </tr> 187 </tr>
188 <tr> 188 <tr>
189 <script>DisplayGraph("vista-release-single-core/morejs");</script> 189 <script>DisplayGraph("vista-release-single-core/morejs");</script>
190 <script>DisplayGraph("vista-release-single-core/dromaeo_domcore");</ script> 190 <script>DisplayGraph("vista-release-single-core/dromaeo_domcore");</ script>
191 <script>DisplayGraph("vista-release-single-core/dromaeo_jslib");</sc ript> 191 <script>DisplayGraph("vista-release-single-core/dromaeo_jslib");</sc ript>
192 </tr> 192 </tr>
193 <tr> 193 <tr>
194 <script>DisplayGraph("vista-release-single-core/new-tab-ui-warm");</ script> 194 <script>DisplayGraph("vista-release-single-core/new-tab-ui-warm");</ script>
195 <script>DisplayGraph("vista-release-single-core/sync");</script>
196 </tr> 195 </tr>
197 </table> 196 </table>
198 <h1 id="Chromium-Linux">Chromium Linux</h1> 197 <h1 id="Chromium-Linux">Chromium Linux</h1>
199 <table> 198 <table>
200 <tr> 199 <tr>
201 <script>DisplayGraph("linux-release-hardy/moz");</script> 200 <script>DisplayGraph("linux-release/moz");</script>
202 <script>DisplayGraph("linux-release-hardy/intl1");</script> 201 <script>DisplayGraph("linux-release/intl1");</script>
203 <script>DisplayGraph("linux-release-hardy/intl2");</script> 202 <script>DisplayGraph("linux-release/intl2");</script>
204 </tr> 203 </tr>
205 <tr> 204 <tr>
206 <script>DisplayGraph("linux-release-hardy/moz-http");</script> 205 <script>DisplayGraph("linux-release/moz-http");</script>
207 <script>DisplayGraph("linux-release-hardy/bloat-http");</script> 206 <script>DisplayGraph("linux-release/bloat-http");</script>
208 <script>DisplayGraph("linux-release-hardy/dhtml");</script> 207 <script>DisplayGraph("linux-release/dhtml");</script>
209 </tr> 208 </tr>
210 <tr> 209 <tr>
211 <script>DisplayGraph("linux-release-hardy/startup");</script> 210 <script>DisplayGraph("linux-release/startup");</script>
212 <script>DisplayGraph("linux-release-hardy/new-tab-ui-cold");</script > 211 <script>DisplayGraph("linux-release/new-tab-ui-cold");</script>
213 <script>DisplayGraph("linux-release-hardy/sunspider");</script> 212 <script>DisplayGraph("linux-release/sunspider");</script>
214 </tr> 213 </tr>
215 <tr> 214 <tr>
216 <script>DisplayGraph("linux-release-hardy/v8_benchmark");</script> 215 <script>DisplayGraph("linux-release/v8_benchmark");</script>
217 <script>DisplayGraph("linux-release-hardy/dom_perf");</script> 216 <script>DisplayGraph("linux-release/dom_perf");</script>
218 <script>DisplayGraph("linux-release-hardy/morejs");</script> 217 <script>DisplayGraph("linux-release/morejs");</script>
219 </tr> 218 </tr>
220 <tr> 219 <tr>
221 <script>DisplayGraph("linux-release-hardy/dromaeo_domcore");</script > 220 <script>DisplayGraph("linux-release/dromaeo_domcore");</script>
222 <script>DisplayGraph("linux-release-hardy/dromaeo_jslib");</script> 221 <script>DisplayGraph("linux-release/dromaeo_jslib");</script>
223 <script>DisplayGraph("linux-release-hardy/new-tab-ui-warm");</script > 222 <script>DisplayGraph("linux-release/new-tab-ui-warm");</script>
224 </tr> 223 </tr>
225 <tr> 224 <tr>
226 <script>DisplayGraph("linux-release-hardy/sync");</script> 225 <script>DisplayGraph("linux-release/sync");</script>
227 </tr> 226 </tr>
228 </table> 227 </table>
229 <h1 id="Chromium-Linux-LowMem">Chromium Linux LowMem</h1> 228 <h1 id="Chromium-Linux-LowMem">Chromium Linux LowMem</h1>
230 <table> 229 <table>
231 <tr> 230 <tr>
232 <script>DisplayGraph("linux-release-lowmem/moz");</script> 231 <script>DisplayGraph("linux-release-lowmem/moz");</script>
233 <script>DisplayGraph("linux-release-lowmem/intl1");</script> 232 <script>DisplayGraph("linux-release-lowmem/intl1");</script>
234 <script>DisplayGraph("linux-release-lowmem/intl2");</script> 233 <script>DisplayGraph("linux-release-lowmem/intl2");</script>
235 </tr> 234 </tr>
236 <tr> 235 <tr>
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 </tr> 312 </tr>
314 <tr> 313 <tr>
315 <script>DisplayGraph("mac-release-10.6/new-tab-ui-warm");</script> 314 <script>DisplayGraph("mac-release-10.6/new-tab-ui-warm");</script>
316 <script>DisplayGraph("mac-release-10.6/sync");</script> 315 <script>DisplayGraph("mac-release-10.6/sync");</script>
317 </tr> 316 </tr>
318 </table> 317 </table>
319 </center> 318 </center>
320 </body> 319 </body>
321 </html> 320 </html>
322 321
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