| OLD | NEW |
| (Empty) |
| 1 <html> | |
| 2 <head> | |
| 3 <title>Chrome Perf Overview</title> | |
| 4 <script src="ui/js/common.js"></script> | |
| 5 <script language="javascript"> | |
| 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/'); | |
| 8 document.write(name); | |
| 9 if (typeof history == 'undefined') { | |
| 10 history = 50; | |
| 11 } | |
| 12 document.write('/report.html?'); | |
| 13 if (history > 0) { | |
| 14 document.write('history=' + history); | |
| 15 } | |
| 16 var params = ParseParams(); | |
| 17 if (typeof graph == 'undefined') { | |
| 18 if ('graph' in params) { | |
| 19 graph = escape(params.graph); | |
| 20 } | |
| 21 } else if (graph != null) { | |
| 22 document.write('&header='); | |
| 23 document.write(graph); | |
| 24 } | |
| 25 if (graph != null) { | |
| 26 document.write('&graph='); | |
| 27 document.write(graph); | |
| 28 } | |
| 29 document.write('&lookout=1"></iframe></td>'); | |
| 30 } | |
| 31 </script> | |
| 32 </head> | |
| 33 <body> | |
| 34 <center> | |
| 35 <h1> | |
| 36 Currently showing | |
| 37 <script language=javascript> | |
| 38 var params = ParseParams(); | |
| 39 if ('graph' in params) { | |
| 40 document.write(escape(params.graph)) | |
| 41 } else { | |
| 42 document.write('overview') | |
| 43 } | |
| 44 </script> | |
| 45 </h1> | |
| 46 <p> | |
| 47 <script> | |
| 48 document.write('<p>(<a href="perf.html' | |
| 49 + window.location.search | |
| 50 + '">matrix view</a>)</p>'); | |
| 51 </script> | |
| 52 </p> | |
| 53 <p> | |
| 54 [ <a href="overview.html">overview</a> | | |
| 55 <a href="overview.html?graph=times">page-load-time</a> | | |
| 56 <a href="overview.html?graph=vm_peak_b">vm-peak-browser</a> | | |
| 57 <a href="overview.html?graph=vm_peak_r">vm-peak-renderer</a> | | |
| 58 <a href="overview.html?graph=ws_peak_b">ws-peak-browser</a> | | |
| 59 <a href="overview.html?graph=ws_peak_r">ws-peak-renderer</a> | | |
| 60 <a href="overview.html?graph=total_op_b">io-op-browser</a> | | |
| 61 <a href="overview.html?graph=total_byte_b">io-byte-browser</a> | | |
| 62 <a href="overview.html?graph=commit_charge">commit_charge</a> ] | |
| 63 </p> | |
| 64 <h1>Sections below</h1> | |
| 65 <p> | |
| 66 [ <a href="#Chromium-Android-GN">Android Galaxy Nexus</a> | | |
| 67 <a href="#Chromium-Android-Nexus4">Android Nexus4</a> | | |
| 68 <a href="#Chromium-Android-Nexus10">Android Nexus10</a> | | |
| 69 <a href="#Chromium-XP-Dual-Core">XP Dual Core</a> | | |
| 70 <a href="#Chromium-XP-Single-Core">XP Single Core</a> | | |
| 71 <a href="#Chromium-Win7-Dual-Core">Win7 Dual Core</a> | | |
| 72 <a href="#Chromium-Win7-GPU-ATI">Win7 GPU ATI</a> | | |
| 73 <a href="#Chromium-Win7-GPU-Intel">Win7 GPU Intel</a> | | |
| 74 <a href="#Chromium-Win7-GPU-Nvidia">Win7 GPU Nvidia</a> | | |
| 75 <a href="#Chromium-Linux">Linux</a> | | |
| 76 <a href="#Chromium-Linux-LowMem">Linux LowMem</a> | | |
| 77 <a href="#Chromium-Mac10.6">Mac 10.6</a> ] | |
| 78 <a href="#Chromium-Mac10.7-GPU-Intel">Mac 10.7 GPU Intel</a> ] | |
| 79 </p> | |
| 80 <h1 id="Chromium-Android-GN">Android Galaxy Nexus</h1> | |
| 81 <table> | |
| 82 <tr> | |
| 83 <script>DisplayGraph("android-gn/jsgamebench");</script> | |
| 84 <script>DisplayGraph("android-gn/sunspider");</script> | |
| 85 <script>DisplayGraph("android-gn/octane");</script> | |
| 86 </tr> | |
| 87 <tr> | |
| 88 <script>DisplayGraph("android-gn/image_decoding_benchmark");</script
> | |
| 89 <script>DisplayGraph("android-gn/spaceport");</script> | |
| 90 <script>DisplayGraph("android-gn/scrolling_benchmark");</script> | |
| 91 </tr> | |
| 92 <tr> | |
| 93 <script>DisplayGraph("android-gn/kraken");</script> | |
| 94 <script>DisplayGraph("android-gn/cc_perftests");</script> | |
| 95 </tr> | |
| 96 </table> | |
| 97 <h1 id="Chromium-Android-Nexus4">Android Nexus4</h1> | |
| 98 <table> | |
| 99 <tr> | |
| 100 <script>DisplayGraph("android-nexus4/jsgamebench");</script> | |
| 101 <script>DisplayGraph("android-nexus4/sunspider");</script> | |
| 102 <script>DisplayGraph("android-nexus4/octane");</script> | |
| 103 </tr> | |
| 104 <tr> | |
| 105 <script>DisplayGraph("android-nexus4/image_decoding_benchmark");</sc
ript> | |
| 106 <script>DisplayGraph("android-nexus4/spaceport");</script> | |
| 107 <script>DisplayGraph("android-nexus4/scrolling_benchmark");</script> | |
| 108 </tr> | |
| 109 <tr> | |
| 110 <script>DisplayGraph("android-nexus4/kraken");</script> | |
| 111 <script>DisplayGraph("android-nexus4/cc_perftests");</script> | |
| 112 </tr> | |
| 113 </table> | |
| 114 <h1 id="Chromium-Android-Nexus10">Android Nexus10</h1> | |
| 115 <table> | |
| 116 <tr> | |
| 117 <script>DisplayGraph("android-nexus10/jsgamebench");</script> | |
| 118 <script>DisplayGraph("android-nexus10/sunspider");</script> | |
| 119 <script>DisplayGraph("android-nexus10/octane");</script> | |
| 120 </tr> | |
| 121 <tr> | |
| 122 <script>DisplayGraph("android-nexus10/image_decoding_benchmark");</s
cript> | |
| 123 <script>DisplayGraph("android-nexus10/spaceport");</script> | |
| 124 <script>DisplayGraph("android-nexus10/scrolling_benchmark");</script
> | |
| 125 </tr> | |
| 126 <tr> | |
| 127 <script>DisplayGraph("android-nexus10/kraken");</script> | |
| 128 <script>DisplayGraph("android-nexus10/cc_perftests");</script> | |
| 129 </tr> | |
| 130 </table> | |
| 131 <h1 id="Chromium-XP-Dual-Core">XP Dual Core</h1> | |
| 132 <table> | |
| 133 <tr> | |
| 134 <script>DisplayGraph("xp-release-dual-core/moz");</script> | |
| 135 <script>DisplayGraph("xp-release-dual-core/intl1");</script> | |
| 136 <script>DisplayGraph("xp-release-dual-core/intl2");</script> | |
| 137 </tr> | |
| 138 <tr> | |
| 139 <script>DisplayGraph("xp-release-dual-core/moz-http");</script> | |
| 140 <script>DisplayGraph("xp-release-dual-core/bloat-http");</script> | |
| 141 <script>DisplayGraph("xp-release-dual-core/dhtml");</script> | |
| 142 </tr> | |
| 143 <tr> | |
| 144 <script>DisplayGraph("xp-release-dual-core/startup");</script> | |
| 145 <script>DisplayGraph("xp-release-dual-core/new-tab-ui-cold");</scrip
t> | |
| 146 <script>DisplayGraph("xp-release-dual-core/memory");</script> | |
| 147 </tr> | |
| 148 <tr> | |
| 149 <script>DisplayGraph("xp-release-dual-core/sunspider");</script> | |
| 150 <script>DisplayGraph("xp-release-dual-core/octane");</script> | |
| 151 <script>DisplayGraph("xp-release-dual-core/dom_perf");</script> | |
| 152 </tr> | |
| 153 <tr> | |
| 154 <script>DisplayGraph("xp-release-dual-core/morejs");</script> | |
| 155 <script>DisplayGraph("xp-release-dual-core/dromaeo_domcore");</scrip
t> | |
| 156 <script>DisplayGraph("xp-release-dual-core/dromaeo_jslib");</script> | |
| 157 </tr> | |
| 158 <tr> | |
| 159 <script>DisplayGraph("xp-release-dual-core/new-tab-ui-warm");</scrip
t> | |
| 160 <script>DisplayGraph("xp-release-dual-core/sync");</script> | |
| 161 <script>DisplayGraph("xp-release-dual-core/frame_rate");</script> | |
| 162 </tr> | |
| 163 </table> | |
| 164 <h1 id="Chromium-XP-Single-Core">XP Single Core</h1> | |
| 165 <table> | |
| 166 <tr> | |
| 167 <script>DisplayGraph("xp-release-single-core/moz");</script> | |
| 168 <script>DisplayGraph("xp-release-single-core/intl1");</script> | |
| 169 <script>DisplayGraph("xp-release-single-core/intl2");</script> | |
| 170 </tr> | |
| 171 <tr> | |
| 172 <script>DisplayGraph("xp-release-single-core/moz-http");</script> | |
| 173 <script>DisplayGraph("xp-release-single-core/bloat-http");</script> | |
| 174 <script>DisplayGraph("xp-release-single-core/dhtml");</script> | |
| 175 </tr> | |
| 176 <tr> | |
| 177 <script>DisplayGraph("xp-release-single-core/startup");</script> | |
| 178 <script>DisplayGraph("xp-release-single-core/new-tab-ui-cold");</scr
ipt> | |
| 179 <script>DisplayGraph("xp-release-single-core/memory");</script> | |
| 180 </tr> | |
| 181 <tr> | |
| 182 <script>DisplayGraph("xp-release-single-core/sunspider");</script> | |
| 183 <script>DisplayGraph("xp-release-single-core/octane");</script> | |
| 184 <script>DisplayGraph("xp-release-single-core/dom_perf");</script> | |
| 185 </tr> | |
| 186 <tr> | |
| 187 <script>DisplayGraph("xp-release-single-core/morejs");</script> | |
| 188 <script>DisplayGraph("xp-release-single-core/dromaeo_domcore");</scr
ipt> | |
| 189 <script>DisplayGraph("xp-release-single-core/dromaeo_jslib");</scrip
t> | |
| 190 </tr> | |
| 191 <tr> | |
| 192 <script>DisplayGraph("xp-release-single-core/new-tab-ui-warm");</scr
ipt> | |
| 193 </tr> | |
| 194 </table> | |
| 195 | |
| 196 <h1 id="Chromium-Win7-Dual-Core">Win7 Dual Core</h1> | |
| 197 <table> | |
| 198 <tr> | |
| 199 <script>DisplayGraph("chromium-rel-win7-dual/moz");</script> | |
| 200 <script>DisplayGraph("chromium-rel-win7-dual/intl1");</script> | |
| 201 <script>DisplayGraph("chromium-rel-win7-dual/intl2");</script> | |
| 202 </tr> | |
| 203 <tr> | |
| 204 <td><div height="250" width="400">We don't run moz_http on Win7.</di
v></td> | |
| 205 <td><div height="250" width="400">We don't run bloat_http on Win7.</
div></td> | |
| 206 <script>DisplayGraph("chromium-rel-win7-dual/dhtml");</script> | |
| 207 </tr> | |
| 208 <tr> | |
| 209 <script>DisplayGraph("chromium-rel-win7-dual/startup");</script> | |
| 210 <td><div height="250" width="400">We don't run new-tab-ui-cold on Wi
n7.</div></td> | |
| 211 <script>DisplayGraph("chromium-rel-win7-dual/memory");</script> | |
| 212 </tr> | |
| 213 <tr> | |
| 214 <script>DisplayGraph("chromium-rel-win7-dual/sunspider");</script> | |
| 215 <script>DisplayGraph("chromium-rel-win7-dual/octane");</script> | |
| 216 <script>DisplayGraph("chromium-rel-win7-dual/dom_perf");</script> | |
| 217 </tr> | |
| 218 <tr> | |
| 219 <script>DisplayGraph("chromium-rel-win7-dual/morejs");</script> | |
| 220 <script>DisplayGraph("chromium-rel-win7-dual/dromaeo_domcore");</scr
ipt> | |
| 221 <script>DisplayGraph("chromium-rel-win7-dual/dromaeo_jslib");</scrip
t> | |
| 222 </tr> | |
| 223 <tr> | |
| 224 <td><div height="250" width="400">We don't run new-tab-ui-warm on Wi
n7.</div></td> | |
| 225 <script>DisplayGraph("chromium-rel-win7-dual/sync");</script> | |
| 226 </tr> | |
| 227 </table> | |
| 228 | |
| 229 <h1 id="Chromium-Win7-GPU-ATI">Win7 GPU ATI</h1> | |
| 230 <table> | |
| 231 <tr> | |
| 232 <script>DisplayGraph("chromium-rel-win7-gpu-ati/scrolling_benchmark"
);</script> | |
| 233 <script>DisplayGraph("chromium-rel-win7-gpu-ati/jsgamebench");</scri
pt> | |
| 234 <script>DisplayGraph("chromium-rel-win7-gpu-ati/robohornetpro");</sc
ript> | |
| 235 </tr> | |
| 236 <tr> | |
| 237 <script>DisplayGraph("chromium-rel-win7-gpu-ati/spaceport");</script
> | |
| 238 <script>DisplayGraph("chromium-rel-win7-gpu-ati/image_decoding_bench
mark");</script> | |
| 239 <script>DisplayGraph("chromium-rel-win7-gpu-ati/cc_perftests");</scr
ipt> | |
| 240 </tr> | |
| 241 </table> | |
| 242 | |
| 243 <h1 id="Chromium-Win7-GPU-Intel">Win7 GPU Intel</h1> | |
| 244 <table> | |
| 245 <tr> | |
| 246 <script>DisplayGraph("chromium-rel-win7-gpu-intel/scrolling_benchmar
k");</script> | |
| 247 <script>DisplayGraph("chromium-rel-win7-gpu-intel/jsgamebench");</sc
ript> | |
| 248 <script>DisplayGraph("chromium-rel-win7-gpu-intel/robohornetpro");</
script> | |
| 249 </tr> | |
| 250 <tr> | |
| 251 <script>DisplayGraph("chromium-rel-win7-gpu-intel/spaceport");</scri
pt> | |
| 252 <script>DisplayGraph("chromium-rel-win7-gpu-intel/image_decoding_ben
chmark");</script> | |
| 253 <script>DisplayGraph("chromium-rel-win7-gpu-intel/cc_perftests");</s
cript> | |
| 254 </tr> | |
| 255 </table> | |
| 256 | |
| 257 <h1 id="Chromium-Win7-GPU-Nvidia">Win7 GPU Nvidia</h1> | |
| 258 <table> | |
| 259 <tr> | |
| 260 <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/scrolling_benchma
rk");</script> | |
| 261 <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/jsgamebench");</s
cript> | |
| 262 <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/robohornetpro");<
/script> | |
| 263 </tr> | |
| 264 <tr> | |
| 265 <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/spaceport");</scr
ipt> | |
| 266 <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/image_decoding_be
nchmark");</script> | |
| 267 <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/cc_perftests");</
script> | |
| 268 </tr> | |
| 269 </table> | |
| 270 | |
| 271 <h1 id="Chromium-Linux">Linux</h1> | |
| 272 <table> | |
| 273 <tr> | |
| 274 <script>DisplayGraph("linux-release/moz");</script> | |
| 275 <script>DisplayGraph("linux-release/intl1");</script> | |
| 276 <script>DisplayGraph("linux-release/intl2");</script> | |
| 277 </tr> | |
| 278 <tr> | |
| 279 <script>DisplayGraph("linux-release/moz-http");</script> | |
| 280 <script>DisplayGraph("linux-release/bloat-http");</script> | |
| 281 <script>DisplayGraph("linux-release/dhtml");</script> | |
| 282 </tr> | |
| 283 <tr> | |
| 284 <script>DisplayGraph("linux-release/startup");</script> | |
| 285 <script>DisplayGraph("linux-release/new-tab-ui-cold");</script> | |
| 286 <script>DisplayGraph("linux-release/sunspider");</script> | |
| 287 </tr> | |
| 288 <tr> | |
| 289 <script>DisplayGraph("linux-release/octane");</script> | |
| 290 <script>DisplayGraph("linux-release/dom_perf");</script> | |
| 291 <script>DisplayGraph("linux-release/morejs");</script> | |
| 292 </tr> | |
| 293 <tr> | |
| 294 <script>DisplayGraph("linux-release/dromaeo_domcore");</script> | |
| 295 <script>DisplayGraph("linux-release/dromaeo_jslib");</script> | |
| 296 <script>DisplayGraph("linux-release/new-tab-ui-warm");</script> | |
| 297 </tr> | |
| 298 <tr> | |
| 299 <script>DisplayGraph("linux-release/sync");</script> | |
| 300 <script>DisplayGraph("linux-release/frame_rate");</script> | |
| 301 <script>DisplayGraph("linux-release/scrolling_benchmark");</script> | |
| 302 </tr> | |
| 303 <tr> | |
| 304 <script>DisplayGraph("linux-release/kraken");</script> | |
| 305 <script>DisplayGraph("linux-release/page_cycler_2012Q2-netsim");</sc
ript> | |
| 306 <script>DisplayGraph("endure-linux-rel/control-testControlAttachDeta
chDOMTree", "ControlAttachDetachDOMTree-TabMem-Private", 0);</script> | |
| 307 </tr> | |
| 308 <tr> | |
| 309 <script>DisplayGraph("endure-linux-dbg/control-testControlAttachDeta
chDOMTree", "ControlAttachDetachDOMTree-l0-DMP", 0);</script> | |
| 310 <script>DisplayGraph("endure-linux-rel/gmail-testGmailComposeDiscard
", "GmailComposeDiscard-TabMem-Private", 0);</script> | |
| 311 <script>DisplayGraph("endure-linux-dbg/gmail-testGmailComposeDiscard
", "GmailComposeDiscard-l0-DMP", 0);</script> | |
| 312 </tr> | |
| 313 <tr> | |
| 314 <script>DisplayGraph("linux-release/cc_perftests");</script> | |
| 315 </tr> | |
| 316 </table> | |
| 317 <h1 id="Chromium-Linux-LowMem">Linux LowMem</h1> | |
| 318 <table> | |
| 319 <tr> | |
| 320 <script>DisplayGraph("linux-release-lowmem/moz");</script> | |
| 321 <script>DisplayGraph("linux-release-lowmem/intl1");</script> | |
| 322 <script>DisplayGraph("linux-release-lowmem/intl2");</script> | |
| 323 </tr> | |
| 324 <tr> | |
| 325 <script>DisplayGraph("linux-release-lowmem/moz-http");</script> | |
| 326 <script>DisplayGraph("linux-release-lowmem/bloat-http");</script> | |
| 327 <script>DisplayGraph("linux-release-lowmem/dhtml");</script> | |
| 328 </tr> | |
| 329 <tr> | |
| 330 <script>DisplayGraph("linux-release-lowmem/startup");</script> | |
| 331 <script>DisplayGraph("linux-release-lowmem/new-tab-ui-cold");</scrip
t> | |
| 332 <script>DisplayGraph("linux-release-lowmem/sunspider");</script> | |
| 333 </tr> | |
| 334 <tr> | |
| 335 <script>DisplayGraph("linux-release-lowmem/octane");</script> | |
| 336 <script>DisplayGraph("linux-release-lowmem/dom_perf");</script> | |
| 337 <script>DisplayGraph("linux-release-lowmem/morejs");</script> | |
| 338 </tr> | |
| 339 <tr> | |
| 340 <script>DisplayGraph("linux-release-lowmem/sync");</script> | |
| 341 <script>DisplayGraph("linux-release-lowmem/frame_rate");</script> | |
| 342 </tr> | |
| 343 </table> | |
| 344 <h1 id="Chromium-Mac10.6">Mac 10.6</h1> | |
| 345 <table> | |
| 346 <tr> | |
| 347 <script>DisplayGraph("mac-release-10.6/moz");</script> | |
| 348 <script>DisplayGraph("mac-release-10.6/intl1");</script> | |
| 349 <script>DisplayGraph("mac-release-10.6/intl2");</script> | |
| 350 </tr> | |
| 351 <tr> | |
| 352 <script>DisplayGraph("mac-release-10.6/moz-http");</script> | |
| 353 <script>DisplayGraph("mac-release-10.6/bloat-http");</script> | |
| 354 <script>DisplayGraph("mac-release-10.6/dhtml");</script> | |
| 355 </tr> | |
| 356 <tr> | |
| 357 <script>DisplayGraph("mac-release-10.6/startup");</script> | |
| 358 <script>DisplayGraph("mac-release-10.6/new-tab-ui-cold");</script> | |
| 359 <script>DisplayGraph("mac-release-10.6/memory");</script> | |
| 360 </tr> | |
| 361 <tr> | |
| 362 <script>DisplayGraph("mac-release-10.6/sunspider");</script> | |
| 363 <script>DisplayGraph("mac-release-10.6/octane");</script> | |
| 364 <script>DisplayGraph("mac-release-10.6/dom_perf");</script> | |
| 365 </tr> | |
| 366 <tr> | |
| 367 <script>DisplayGraph("mac-release-10.6/morejs");</script> | |
| 368 <script>DisplayGraph("mac-release-10.6/dromaeo_domcore");</script> | |
| 369 <script>DisplayGraph("mac-release-10.6/dromaeo_jslib");</script> | |
| 370 </tr> | |
| 371 <tr> | |
| 372 <script>DisplayGraph("mac-release-10.6/new-tab-ui-warm");</script> | |
| 373 <script>DisplayGraph("mac-release-10.6/sync");</script> | |
| 374 <script>DisplayGraph("mac-release-10.6/frame_rate");</script> | |
| 375 </tr> | |
| 376 <tr> | |
| 377 <script>DisplayGraph("mac-release-10.6/kraken");</script> | |
| 378 <script>DisplayGraph("mac-release-10.6/page_cycler_2012Q2-netsim");<
/script> | |
| 379 </tr> | |
| 380 </table> | |
| 381 | |
| 382 <h1 id="Chromium-Mac10.7-GPU-Intel">Mac 10.7 GPU Intel</h1> | |
| 383 <table> | |
| 384 <tr> | |
| 385 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/scrolling_benchmar
k");</script> | |
| 386 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/jsgamebench");</sc
ript> | |
| 387 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/robohornetpro");</
script> | |
| 388 </tr> | |
| 389 <tr> | |
| 390 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/spaceport");</scri
pt> | |
| 391 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/image_decoding_ben
chmark");</script> | |
| 392 <script>DisplayGraph("chromium-rel-mac7-gpu-intel/cc_perftests");</s
cript> | |
| 393 </tr> | |
| 394 </table> | |
| 395 </center> | |
| 396 </body> | |
| 397 </html> | |
| OLD | NEW |