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

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

Issue 341048: Add new tab warm to the perf overview.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/buildbot/
Patch Set: Created 11 years, 1 month 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/buildbot/perf/'); 7 document.write('<td><iframe scrolling="no" height="250" width="400" src= "http://build.chromium.org/buildbot/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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 <script>DisplayGraph("xp-release-dual-core/memory");</script> 73 <script>DisplayGraph("xp-release-dual-core/memory");</script>
74 </tr> 74 </tr>
75 <tr> 75 <tr>
76 <script>DisplayGraph("xp-release-dual-core/sunspider");</script> 76 <script>DisplayGraph("xp-release-dual-core/sunspider");</script>
77 <script>DisplayGraph("xp-release-dual-core/v8_benchmark");</script> 77 <script>DisplayGraph("xp-release-dual-core/v8_benchmark");</script>
78 <script>DisplayGraph("xp-release-dual-core/dom_perf");</script> 78 <script>DisplayGraph("xp-release-dual-core/dom_perf");</script>
79 </tr> 79 </tr>
80 <tr> 80 <tr>
81 <script>DisplayGraph("xp-release-dual-core/morejs");</script> 81 <script>DisplayGraph("xp-release-dual-core/morejs");</script>
82 <script>DisplayGraph("xp-release-dual-core/dromaeo");</script> 82 <script>DisplayGraph("xp-release-dual-core/dromaeo");</script>
83 <script>DisplayGraph("xp-release-dual-core/new-tab-ui-warm");</scrip t>
83 </tr> 84 </tr>
84 </table> 85 </table>
85 <h1 id="Chromium-XP-Single-Core">Chromium XP Single Core</h1> 86 <h1 id="Chromium-XP-Single-Core">Chromium XP Single Core</h1>
86 <table> 87 <table>
87 <tr> 88 <tr>
88 <script>DisplayGraph("xp-release-single-core/moz");</script> 89 <script>DisplayGraph("xp-release-single-core/moz");</script>
89 <script>DisplayGraph("xp-release-single-core/intl1");</script> 90 <script>DisplayGraph("xp-release-single-core/intl1");</script>
90 <script>DisplayGraph("xp-release-single-core/intl2");</script> 91 <script>DisplayGraph("xp-release-single-core/intl2");</script>
91 </tr> 92 </tr>
92 <tr> 93 <tr>
93 <script>DisplayGraph("xp-release-single-core/moz-http");</script> 94 <script>DisplayGraph("xp-release-single-core/moz-http");</script>
94 <script>DisplayGraph("xp-release-single-core/bloat-http");</script> 95 <script>DisplayGraph("xp-release-single-core/bloat-http");</script>
95 <script>DisplayGraph("xp-release-single-core/dhtml");</script> 96 <script>DisplayGraph("xp-release-single-core/dhtml");</script>
96 </tr> 97 </tr>
97 <tr> 98 <tr>
98 <script>DisplayGraph("xp-release-single-core/startup");</script> 99 <script>DisplayGraph("xp-release-single-core/startup");</script>
99 <script>DisplayGraph("xp-release-single-core/new-tab-ui-cold");</scr ipt> 100 <script>DisplayGraph("xp-release-single-core/new-tab-ui-cold");</scr ipt>
100 <script>DisplayGraph("xp-release-single-core/memory");</script> 101 <script>DisplayGraph("xp-release-single-core/memory");</script>
101 </tr> 102 </tr>
102 <tr> 103 <tr>
103 <script>DisplayGraph("xp-release-single-core/sunspider");</script> 104 <script>DisplayGraph("xp-release-single-core/sunspider");</script>
104 <script>DisplayGraph("xp-release-single-core/v8_benchmark");</script > 105 <script>DisplayGraph("xp-release-single-core/v8_benchmark");</script >
105 <script>DisplayGraph("xp-release-single-core/dom_perf");</script> 106 <script>DisplayGraph("xp-release-single-core/dom_perf");</script>
106 </tr> 107 </tr>
107 <tr> 108 <tr>
108 <script>DisplayGraph("xp-release-single-core/morejs");</script> 109 <script>DisplayGraph("xp-release-single-core/morejs");</script>
109 <script>DisplayGraph("xp-release-single-core/dromaeo");</script> 110 <script>DisplayGraph("xp-release-single-core/dromaeo");</script>
111 <script>DisplayGraph("xp-release-single-core/new-tab-ui-warm");</scr ipt>
110 </tr> 112 </tr>
111 </table> 113 </table>
112 114
113 <h1 id="Chromium-Vista-Dual-Core">Chromium Vista Dual Core</h1> 115 <h1 id="Chromium-Vista-Dual-Core">Chromium Vista Dual Core</h1>
114 <table> 116 <table>
115 <tr> 117 <tr>
116 <script>DisplayGraph("vista-release-dual-core/moz");</script> 118 <script>DisplayGraph("vista-release-dual-core/moz");</script>
117 <script>DisplayGraph("vista-release-dual-core/intl1");</script> 119 <script>DisplayGraph("vista-release-dual-core/intl1");</script>
118 <script>DisplayGraph("vista-release-dual-core/intl2");</script> 120 <script>DisplayGraph("vista-release-dual-core/intl2");</script>
119 </tr> 121 </tr>
120 <tr> 122 <tr>
121 <td><div height="250" width="400">We don't run moz_http on Vista.</d iv></td> 123 <td><div height="250" width="400">We don't run moz_http on Vista.</d iv></td>
122 <td><div height="250" width="400">We don't run bloat_http on Vista.< /div></td> 124 <td><div height="250" width="400">We don't run bloat_http on Vista.< /div></td>
123 <script>DisplayGraph("vista-release-dual-core/dhtml");</script> 125 <script>DisplayGraph("vista-release-dual-core/dhtml");</script>
124 </tr> 126 </tr>
125 <tr> 127 <tr>
126 <script>DisplayGraph("vista-release-dual-core/startup");</script> 128 <script>DisplayGraph("vista-release-dual-core/startup");</script>
127 <script>DisplayGraph("vista-release-dual-core/new-tab-ui-cold");</sc ript> 129 <script>DisplayGraph("vista-release-dual-core/new-tab-ui-cold");</sc ript>
128 <script>DisplayGraph("vista-release-dual-core/memory");</script> 130 <script>DisplayGraph("vista-release-dual-core/memory");</script>
129 </tr> 131 </tr>
130 <tr> 132 <tr>
131 <script>DisplayGraph("vista-release-dual-core/sunspider");</script> 133 <script>DisplayGraph("vista-release-dual-core/sunspider");</script>
132 <script>DisplayGraph("vista-release-dual-core/v8_benchmark");</scrip t> 134 <script>DisplayGraph("vista-release-dual-core/v8_benchmark");</scrip t>
133 <script>DisplayGraph("vista-release-dual-core/dom_perf");</script> 135 <script>DisplayGraph("vista-release-dual-core/dom_perf");</script>
134 </tr> 136 </tr>
135 <tr> 137 <tr>
136 <script>DisplayGraph("vista-release-dual-core/morejs");</script> 138 <script>DisplayGraph("vista-release-dual-core/morejs");</script>
137 <script>DisplayGraph("vista-release-dual-core/dromaeo");</script> 139 <script>DisplayGraph("vista-release-dual-core/dromaeo");</script>
140 <script>DisplayGraph("vista-release-dual-core/new-tab-ui-warm");</sc ript>
138 </tr> 141 </tr>
139 </table> 142 </table>
140 143
141 <h1 id="Chromium-Vista-Single-Core">Chromium Vista Single Core</h1> 144 <h1 id="Chromium-Vista-Single-Core">Chromium Vista Single Core</h1>
142 <table> 145 <table>
143 <tr> 146 <tr>
144 <script>DisplayGraph("vista-release-single-core/moz");</script> 147 <script>DisplayGraph("vista-release-single-core/moz");</script>
145 <script>DisplayGraph("vista-release-single-core/intl1");</script> 148 <script>DisplayGraph("vista-release-single-core/intl1");</script>
146 <script>DisplayGraph("vista-release-single-core/intl2");</script> 149 <script>DisplayGraph("vista-release-single-core/intl2");</script>
147 </tr> 150 </tr>
148 <tr> 151 <tr>
149 <td><div height="250" width="400">We don't run moz_http on Vista.</d iv></td> 152 <td><div height="250" width="400">We don't run moz_http on Vista.</d iv></td>
150 <td><div height="250" width="400">We don't run bloat_http on Vista.< /div></td> 153 <td><div height="250" width="400">We don't run bloat_http on Vista.< /div></td>
151 <script>DisplayGraph("vista-release-single-core/dhtml");</script> 154 <script>DisplayGraph("vista-release-single-core/dhtml");</script>
152 </tr> 155 </tr>
153 <tr> 156 <tr>
154 <script>DisplayGraph("vista-release-single-core/startup");</script> 157 <script>DisplayGraph("vista-release-single-core/startup");</script>
155 <script>DisplayGraph("vista-release-single-core/new-tab-ui-cold");</ script> 158 <script>DisplayGraph("vista-release-single-core/new-tab-ui-cold");</ script>
156 <script>DisplayGraph("vista-release-single-core/memory");</script> 159 <script>DisplayGraph("vista-release-single-core/memory");</script>
157 </tr> 160 </tr>
158 <tr> 161 <tr>
159 <script>DisplayGraph("vista-release-single-core/sunspider");</script > 162 <script>DisplayGraph("vista-release-single-core/sunspider");</script >
160 <script>DisplayGraph("vista-release-single-core/v8_benchmark");</scr ipt> 163 <script>DisplayGraph("vista-release-single-core/v8_benchmark");</scr ipt>
161 <script>DisplayGraph("vista-release-single-core/dom_perf");</script> 164 <script>DisplayGraph("vista-release-single-core/dom_perf");</script>
162 </tr> 165 </tr>
163 <tr> 166 <tr>
164 <script>DisplayGraph("vista-release-single-core/morejs");</script> 167 <script>DisplayGraph("vista-release-single-core/morejs");</script>
165 <script>DisplayGraph("vista-release-single-core/dromaeo");</script> 168 <script>DisplayGraph("vista-release-single-core/dromaeo");</script>
169 <script>DisplayGraph("vista-release-single-core/new-tab-ui-warm");</ script>
166 </tr> 170 </tr>
167 </table> 171 </table>
168 <h1 id="Chromium-XP-v8-latest">Chromium XP v8-latest</h1> 172 <h1 id="Chromium-XP-v8-latest">Chromium XP v8-latest</h1>
169 <table> 173 <table>
170 <tr> 174 <tr>
171 <script>DisplayGraph("xp-release-v8-latest/moz");</script> 175 <script>DisplayGraph("xp-release-v8-latest/moz");</script>
172 <script>DisplayGraph("xp-release-v8-latest/intl1");</script> 176 <script>DisplayGraph("xp-release-v8-latest/intl1");</script>
173 <script>DisplayGraph("xp-release-v8-latest/intl2");</script> 177 <script>DisplayGraph("xp-release-v8-latest/intl2");</script>
174 </tr> 178 </tr>
175 <tr> 179 <tr>
176 <script>DisplayGraph("xp-release-v8-latest/moz-http");</script> 180 <script>DisplayGraph("xp-release-v8-latest/moz-http");</script>
177 <script>DisplayGraph("xp-release-v8-latest/bloat-http");</script> 181 <script>DisplayGraph("xp-release-v8-latest/bloat-http");</script>
178 <script>DisplayGraph("xp-release-v8-latest/dhtml");</script> 182 <script>DisplayGraph("xp-release-v8-latest/dhtml");</script>
179 </tr> 183 </tr>
180 <tr> 184 <tr>
181 <script>DisplayGraph("xp-release-v8-latest/startup");</script> 185 <script>DisplayGraph("xp-release-v8-latest/startup");</script>
182 <script>DisplayGraph("xp-release-v8-latest/new-tab-ui-cold");</scrip t> 186 <script>DisplayGraph("xp-release-v8-latest/new-tab-ui-cold");</scrip t>
183 <script>DisplayGraph("xp-release-v8-latest/memory");</script> 187 <script>DisplayGraph("xp-release-v8-latest/memory");</script>
184 </tr> 188 </tr>
185 <tr> 189 <tr>
186 <script>DisplayGraph("xp-release-v8-latest/sunspider");</script> 190 <script>DisplayGraph("xp-release-v8-latest/sunspider");</script>
187 <script>DisplayGraph("xp-release-v8-latest/v8_benchmark");</script> 191 <script>DisplayGraph("xp-release-v8-latest/v8_benchmark");</script>
188 <script>DisplayGraph("xp-release-v8-latest/morejs");</script> 192 <script>DisplayGraph("xp-release-v8-latest/morejs");</script>
189 </tr> 193 </tr>
190 <tr> 194 <tr>
191 <script>DisplayGraph("xp-release-v8-latest/dromaeo");</script> 195 <script>DisplayGraph("xp-release-v8-latest/dromaeo");</script>
196 <script>DisplayGraph("xp-release-v8-latest/new-tab-ui-warm");</scrip t>
192 </tr> 197 </tr>
193 </table> 198 </table>
194 <h1 id="Chromium-Linux">Chromium Linux</h1> 199 <h1 id="Chromium-Linux">Chromium Linux</h1>
195 <table> 200 <table>
196 <tr> 201 <tr>
197 <script>DisplayGraph("linux-release-hardy/moz");</script> 202 <script>DisplayGraph("linux-release-hardy/moz");</script>
198 <script>DisplayGraph("linux-release-hardy/intl1");</script> 203 <script>DisplayGraph("linux-release-hardy/intl1");</script>
199 <script>DisplayGraph("linux-release-hardy/intl2");</script> 204 <script>DisplayGraph("linux-release-hardy/intl2");</script>
200 </tr> 205 </tr>
201 <tr> 206 <tr>
202 <script>DisplayGraph("linux-release-hardy/moz-http");</script> 207 <script>DisplayGraph("linux-release-hardy/moz-http");</script>
203 <script>DisplayGraph("linux-release-hardy/bloat-http");</script> 208 <script>DisplayGraph("linux-release-hardy/bloat-http");</script>
204 <script>DisplayGraph("linux-release-hardy/dhtml");</script> 209 <script>DisplayGraph("linux-release-hardy/dhtml");</script>
205 </tr> 210 </tr>
206 <tr> 211 <tr>
207 <script>DisplayGraph("linux-release-hardy/startup");</script> 212 <script>DisplayGraph("linux-release-hardy/startup");</script>
208 <script>DisplayGraph("linux-release-hardy/new-tab-ui-cold");</script > 213 <script>DisplayGraph("linux-release-hardy/new-tab-ui-cold");</script >
209 <script>DisplayGraph("linux-release-hardy/sunspider");</script> 214 <script>DisplayGraph("linux-release-hardy/sunspider");</script>
210 </tr> 215 </tr>
211 <tr> 216 <tr>
212 <script>DisplayGraph("linux-release-hardy/v8_benchmark");</script> 217 <script>DisplayGraph("linux-release-hardy/v8_benchmark");</script>
213 <script>DisplayGraph("linux-release-hardy/dom_perf");</script> 218 <script>DisplayGraph("linux-release-hardy/dom_perf");</script>
214 <script>DisplayGraph("linux-release-hardy/morejs");</script> 219 <script>DisplayGraph("linux-release-hardy/morejs");</script>
215 </tr> 220 </tr>
216 <tr> 221 <tr>
217 <script>DisplayGraph("linux-release-hardy/dromaeo");</script> 222 <script>DisplayGraph("linux-release-hardy/dromaeo");</script>
223 <script>DisplayGraph("linux-release-hardy/new-tab-ui-warm");</script >
218 </tr> 224 </tr>
219 </table> 225 </table>
220 <h1 id="Chromium-Linux-LowMem">Chromium Linux LowMem</h1> 226 <h1 id="Chromium-Linux-LowMem">Chromium Linux LowMem</h1>
221 <table> 227 <table>
222 <tr> 228 <tr>
223 <script>DisplayGraph("linux-release-lowmem/moz");</script> 229 <script>DisplayGraph("linux-release-lowmem/moz");</script>
224 <script>DisplayGraph("linux-release-lowmem/intl1");</script> 230 <script>DisplayGraph("linux-release-lowmem/intl1");</script>
225 <script>DisplayGraph("linux-release-lowmem/intl2");</script> 231 <script>DisplayGraph("linux-release-lowmem/intl2");</script>
226 </tr> 232 </tr>
227 <tr> 233 <tr>
(...skipping 30 matching lines...) Expand all
258 <script>DisplayGraph("mac-release-10.5/memory");</script> 264 <script>DisplayGraph("mac-release-10.5/memory");</script>
259 </tr> 265 </tr>
260 <tr> 266 <tr>
261 <script>DisplayGraph("mac-release-10.5/sunspider");</script> 267 <script>DisplayGraph("mac-release-10.5/sunspider");</script>
262 <script>DisplayGraph("mac-release-10.5/v8_benchmark");</script> 268 <script>DisplayGraph("mac-release-10.5/v8_benchmark");</script>
263 <script>DisplayGraph("mac-release-10.5/dom_perf");</script> 269 <script>DisplayGraph("mac-release-10.5/dom_perf");</script>
264 </tr> 270 </tr>
265 <tr> 271 <tr>
266 <script>DisplayGraph("mac-release-10.5/morejs");</script> 272 <script>DisplayGraph("mac-release-10.5/morejs");</script>
267 <script>DisplayGraph("mac-release-10.5/dromaeo");</script> 273 <script>DisplayGraph("mac-release-10.5/dromaeo");</script>
274 <script>DisplayGraph("mac-release-10.5/new-tab-ui-warm");</script>
268 </tr> 275 </tr>
269 </table> 276 </table>
270 <h1 id="Chromium-Mac10.5-v8-latest">Chromium Mac 10.5 v8-latest</h1> 277 <h1 id="Chromium-Mac10.5-v8-latest">Chromium Mac 10.5 v8-latest</h1>
271 <table> 278 <table>
272 <tr> 279 <tr>
273 <script>DisplayGraph("mac-release-10.5-v8-latest/moz");</script> 280 <script>DisplayGraph("mac-release-10.5-v8-latest/moz");</script>
274 <script>DisplayGraph("mac-release-10.5-v8-latest/intl1");</script> 281 <script>DisplayGraph("mac-release-10.5-v8-latest/intl1");</script>
275 <script>DisplayGraph("mac-release-10.5-v8-latest/intl2");</script> 282 <script>DisplayGraph("mac-release-10.5-v8-latest/intl2");</script>
276 </tr> 283 </tr>
277 <tr> 284 <tr>
278 <script>DisplayGraph("mac-release-10.5-v8-latest/moz-http");</script > 285 <script>DisplayGraph("mac-release-10.5-v8-latest/moz-http");</script >
279 <script>DisplayGraph("mac-release-10.5-v8-latest/bloat-http");</scri pt> 286 <script>DisplayGraph("mac-release-10.5-v8-latest/bloat-http");</scri pt>
280 <script>DisplayGraph("mac-release-10.5-v8-latest/dhtml");</script> 287 <script>DisplayGraph("mac-release-10.5-v8-latest/dhtml");</script>
281 </tr> 288 </tr>
282 <tr> 289 <tr>
283 <script>DisplayGraph("mac-release-10.5-v8-latest/startup");</script> 290 <script>DisplayGraph("mac-release-10.5-v8-latest/startup");</script>
284 <script>DisplayGraph("mac-release-10.5-v8-latest/new-tab-ui-cold");< /script> 291 <script>DisplayGraph("mac-release-10.5-v8-latest/new-tab-ui-cold");< /script>
285 <script>DisplayGraph("mac-release-10.5-v8-latest/memory");</script> 292 <script>DisplayGraph("mac-release-10.5-v8-latest/memory");</script>
286 </tr> 293 </tr>
287 <tr> 294 <tr>
288 <script>DisplayGraph("mac-release-10.5-v8-latest/sunspider");</scrip t> 295 <script>DisplayGraph("mac-release-10.5-v8-latest/sunspider");</scrip t>
289 <script>DisplayGraph("mac-release-10.5-v8-latest/v8_benchmark");</sc ript> 296 <script>DisplayGraph("mac-release-10.5-v8-latest/v8_benchmark");</sc ript>
290 <script>DisplayGraph("mac-release-10.5-v8-latest/dom_perf");</script > 297 <script>DisplayGraph("mac-release-10.5-v8-latest/dom_perf");</script >
291 </tr> 298 </tr>
292 <tr> 299 <tr>
293 <script>DisplayGraph("mac-release-10.5-v8-latest/morejs");</script> 300 <script>DisplayGraph("mac-release-10.5-v8-latest/morejs");</script>
294 <script>DisplayGraph("mac-release-10.5-v8-latest/dromaeo");</script> 301 <script>DisplayGraph("mac-release-10.5-v8-latest/dromaeo");</script>
302 <script>DisplayGraph("mac-release-10.5-v8-latest/new-tab-ui-warm");< /script>
295 </tr> 303 </tr>
296 </table> 304 </table>
297 </center> 305 </center>
298 </body> 306 </body>
299 </html> 307 </html>
300 308
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