| Index: dashboard/overview.html
|
| diff --git a/dashboard/overview.html b/dashboard/overview.html
|
| deleted file mode 100644
|
| index 69fc7e91138b199652fb87fc2f950bb96e8cf95b..0000000000000000000000000000000000000000
|
| --- a/dashboard/overview.html
|
| +++ /dev/null
|
| @@ -1,397 +0,0 @@
|
| -<html>
|
| - <head>
|
| - <title>Chrome Perf Overview</title>
|
| - <script src="ui/js/common.js"></script>
|
| - <script language="javascript">
|
| - function DisplayGraph(name, graph, history) {
|
| - document.write('<td><iframe scrolling="no" height="250" width="400" src="http://build.chromium.org/f/chromium/perf/');
|
| - document.write(name);
|
| - if (typeof history == 'undefined') {
|
| - history = 50;
|
| - }
|
| - document.write('/report.html?');
|
| - if (history > 0) {
|
| - document.write('history=' + history);
|
| - }
|
| - var params = ParseParams();
|
| - if (typeof graph == 'undefined') {
|
| - if ('graph' in params) {
|
| - graph = escape(params.graph);
|
| - }
|
| - } else if (graph != null) {
|
| - document.write('&header=');
|
| - document.write(graph);
|
| - }
|
| - if (graph != null) {
|
| - document.write('&graph=');
|
| - document.write(graph);
|
| - }
|
| - document.write('&lookout=1"></iframe></td>');
|
| - }
|
| - </script>
|
| - </head>
|
| - <body>
|
| - <center>
|
| - <h1>
|
| - Currently showing
|
| - <script language=javascript>
|
| - var params = ParseParams();
|
| - if ('graph' in params) {
|
| - document.write(escape(params.graph))
|
| - } else {
|
| - document.write('overview')
|
| - }
|
| - </script>
|
| - </h1>
|
| - <p>
|
| - <script>
|
| - document.write('<p>(<a href="perf.html'
|
| - + window.location.search
|
| - + '">matrix view</a>)</p>');
|
| - </script>
|
| - </p>
|
| - <p>
|
| - [ <a href="overview.html">overview</a> |
|
| - <a href="overview.html?graph=times">page-load-time</a> |
|
| - <a href="overview.html?graph=vm_peak_b">vm-peak-browser</a> |
|
| - <a href="overview.html?graph=vm_peak_r">vm-peak-renderer</a> |
|
| - <a href="overview.html?graph=ws_peak_b">ws-peak-browser</a> |
|
| - <a href="overview.html?graph=ws_peak_r">ws-peak-renderer</a> |
|
| - <a href="overview.html?graph=total_op_b">io-op-browser</a> |
|
| - <a href="overview.html?graph=total_byte_b">io-byte-browser</a> |
|
| - <a href="overview.html?graph=commit_charge">commit_charge</a> ]
|
| - </p>
|
| - <h1>Sections below</h1>
|
| - <p>
|
| - [ <a href="#Chromium-Android-GN">Android Galaxy Nexus</a> |
|
| - <a href="#Chromium-Android-Nexus4">Android Nexus4</a> |
|
| - <a href="#Chromium-Android-Nexus10">Android Nexus10</a> |
|
| - <a href="#Chromium-XP-Dual-Core">XP Dual Core</a> |
|
| - <a href="#Chromium-XP-Single-Core">XP Single Core</a> |
|
| - <a href="#Chromium-Win7-Dual-Core">Win7 Dual Core</a> |
|
| - <a href="#Chromium-Win7-GPU-ATI">Win7 GPU ATI</a> |
|
| - <a href="#Chromium-Win7-GPU-Intel">Win7 GPU Intel</a> |
|
| - <a href="#Chromium-Win7-GPU-Nvidia">Win7 GPU Nvidia</a> |
|
| - <a href="#Chromium-Linux">Linux</a> |
|
| - <a href="#Chromium-Linux-LowMem">Linux LowMem</a> |
|
| - <a href="#Chromium-Mac10.6">Mac 10.6</a> ]
|
| - <a href="#Chromium-Mac10.7-GPU-Intel">Mac 10.7 GPU Intel</a> ]
|
| - </p>
|
| - <h1 id="Chromium-Android-GN">Android Galaxy Nexus</h1>
|
| - <table>
|
| - <tr>
|
| - <script>DisplayGraph("android-gn/jsgamebench");</script>
|
| - <script>DisplayGraph("android-gn/sunspider");</script>
|
| - <script>DisplayGraph("android-gn/octane");</script>
|
| - </tr>
|
| - <tr>
|
| - <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>
|
| - <script>DisplayGraph("android-gn/cc_perftests");</script>
|
| - </tr>
|
| - </table>
|
| - <h1 id="Chromium-Android-Nexus4">Android Nexus4</h1>
|
| - <table>
|
| - <tr>
|
| - <script>DisplayGraph("android-nexus4/jsgamebench");</script>
|
| - <script>DisplayGraph("android-nexus4/sunspider");</script>
|
| - <script>DisplayGraph("android-nexus4/octane");</script>
|
| - </tr>
|
| - <tr>
|
| - <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>
|
| - <script>DisplayGraph("android-nexus4/cc_perftests");</script>
|
| - </tr>
|
| - </table>
|
| - <h1 id="Chromium-Android-Nexus10">Android Nexus10</h1>
|
| - <table>
|
| - <tr>
|
| - <script>DisplayGraph("android-nexus10/jsgamebench");</script>
|
| - <script>DisplayGraph("android-nexus10/sunspider");</script>
|
| - <script>DisplayGraph("android-nexus10/octane");</script>
|
| - </tr>
|
| - <tr>
|
| - <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>
|
| - <script>DisplayGraph("android-nexus10/cc_perftests");</script>
|
| - </tr>
|
| - </table>
|
| - <h1 id="Chromium-XP-Dual-Core">XP Dual Core</h1>
|
| - <table>
|
| - <tr>
|
| - <script>DisplayGraph("xp-release-dual-core/moz");</script>
|
| - <script>DisplayGraph("xp-release-dual-core/intl1");</script>
|
| - <script>DisplayGraph("xp-release-dual-core/intl2");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("xp-release-dual-core/moz-http");</script>
|
| - <script>DisplayGraph("xp-release-dual-core/bloat-http");</script>
|
| - <script>DisplayGraph("xp-release-dual-core/dhtml");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("xp-release-dual-core/startup");</script>
|
| - <script>DisplayGraph("xp-release-dual-core/new-tab-ui-cold");</script>
|
| - <script>DisplayGraph("xp-release-dual-core/memory");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("xp-release-dual-core/sunspider");</script>
|
| - <script>DisplayGraph("xp-release-dual-core/octane");</script>
|
| - <script>DisplayGraph("xp-release-dual-core/dom_perf");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("xp-release-dual-core/morejs");</script>
|
| - <script>DisplayGraph("xp-release-dual-core/dromaeo_domcore");</script>
|
| - <script>DisplayGraph("xp-release-dual-core/dromaeo_jslib");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("xp-release-dual-core/new-tab-ui-warm");</script>
|
| - <script>DisplayGraph("xp-release-dual-core/sync");</script>
|
| - <script>DisplayGraph("xp-release-dual-core/frame_rate");</script>
|
| - </tr>
|
| - </table>
|
| - <h1 id="Chromium-XP-Single-Core">XP Single Core</h1>
|
| - <table>
|
| - <tr>
|
| - <script>DisplayGraph("xp-release-single-core/moz");</script>
|
| - <script>DisplayGraph("xp-release-single-core/intl1");</script>
|
| - <script>DisplayGraph("xp-release-single-core/intl2");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("xp-release-single-core/moz-http");</script>
|
| - <script>DisplayGraph("xp-release-single-core/bloat-http");</script>
|
| - <script>DisplayGraph("xp-release-single-core/dhtml");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("xp-release-single-core/startup");</script>
|
| - <script>DisplayGraph("xp-release-single-core/new-tab-ui-cold");</script>
|
| - <script>DisplayGraph("xp-release-single-core/memory");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("xp-release-single-core/sunspider");</script>
|
| - <script>DisplayGraph("xp-release-single-core/octane");</script>
|
| - <script>DisplayGraph("xp-release-single-core/dom_perf");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("xp-release-single-core/morejs");</script>
|
| - <script>DisplayGraph("xp-release-single-core/dromaeo_domcore");</script>
|
| - <script>DisplayGraph("xp-release-single-core/dromaeo_jslib");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("xp-release-single-core/new-tab-ui-warm");</script>
|
| - </tr>
|
| - </table>
|
| -
|
| - <h1 id="Chromium-Win7-Dual-Core">Win7 Dual Core</h1>
|
| - <table>
|
| - <tr>
|
| - <script>DisplayGraph("chromium-rel-win7-dual/moz");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-dual/intl1");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-dual/intl2");</script>
|
| - </tr>
|
| - <tr>
|
| - <td><div height="250" width="400">We don't run moz_http on Win7.</div></td>
|
| - <td><div height="250" width="400">We don't run bloat_http on Win7.</div></td>
|
| - <script>DisplayGraph("chromium-rel-win7-dual/dhtml");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("chromium-rel-win7-dual/startup");</script>
|
| - <td><div height="250" width="400">We don't run new-tab-ui-cold on Win7.</div></td>
|
| - <script>DisplayGraph("chromium-rel-win7-dual/memory");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("chromium-rel-win7-dual/sunspider");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-dual/octane");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-dual/dom_perf");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("chromium-rel-win7-dual/morejs");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-dual/dromaeo_domcore");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-dual/dromaeo_jslib");</script>
|
| - </tr>
|
| - <tr>
|
| - <td><div height="250" width="400">We don't run new-tab-ui-warm on Win7.</div></td>
|
| - <script>DisplayGraph("chromium-rel-win7-dual/sync");</script>
|
| - </tr>
|
| - </table>
|
| -
|
| - <h1 id="Chromium-Win7-GPU-ATI">Win7 GPU ATI</h1>
|
| - <table>
|
| - <tr>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-ati/scrolling_benchmark");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-ati/jsgamebench");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-ati/robohornetpro");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-ati/spaceport");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-ati/image_decoding_benchmark");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-ati/cc_perftests");</script>
|
| - </tr>
|
| - </table>
|
| -
|
| - <h1 id="Chromium-Win7-GPU-Intel">Win7 GPU Intel</h1>
|
| - <table>
|
| - <tr>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-intel/scrolling_benchmark");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-intel/jsgamebench");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-intel/robohornetpro");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-intel/spaceport");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-intel/image_decoding_benchmark");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-intel/cc_perftests");</script>
|
| - </tr>
|
| - </table>
|
| -
|
| - <h1 id="Chromium-Win7-GPU-Nvidia">Win7 GPU Nvidia</h1>
|
| - <table>
|
| - <tr>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/scrolling_benchmark");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/jsgamebench");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/robohornetpro");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/spaceport");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/image_decoding_benchmark");</script>
|
| - <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/cc_perftests");</script>
|
| - </tr>
|
| - </table>
|
| -
|
| - <h1 id="Chromium-Linux">Linux</h1>
|
| - <table>
|
| - <tr>
|
| - <script>DisplayGraph("linux-release/moz");</script>
|
| - <script>DisplayGraph("linux-release/intl1");</script>
|
| - <script>DisplayGraph("linux-release/intl2");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("linux-release/moz-http");</script>
|
| - <script>DisplayGraph("linux-release/bloat-http");</script>
|
| - <script>DisplayGraph("linux-release/dhtml");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("linux-release/startup");</script>
|
| - <script>DisplayGraph("linux-release/new-tab-ui-cold");</script>
|
| - <script>DisplayGraph("linux-release/sunspider");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("linux-release/octane");</script>
|
| - <script>DisplayGraph("linux-release/dom_perf");</script>
|
| - <script>DisplayGraph("linux-release/morejs");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("linux-release/dromaeo_domcore");</script>
|
| - <script>DisplayGraph("linux-release/dromaeo_jslib");</script>
|
| - <script>DisplayGraph("linux-release/new-tab-ui-warm");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("linux-release/sync");</script>
|
| - <script>DisplayGraph("linux-release/frame_rate");</script>
|
| - <script>DisplayGraph("linux-release/scrolling_benchmark");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("linux-release/kraken");</script>
|
| - <script>DisplayGraph("linux-release/page_cycler_2012Q2-netsim");</script>
|
| - <script>DisplayGraph("endure-linux-rel/control-testControlAttachDetachDOMTree", "ControlAttachDetachDOMTree-TabMem-Private", 0);</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("endure-linux-dbg/control-testControlAttachDetachDOMTree", "ControlAttachDetachDOMTree-l0-DMP", 0);</script>
|
| - <script>DisplayGraph("endure-linux-rel/gmail-testGmailComposeDiscard", "GmailComposeDiscard-TabMem-Private", 0);</script>
|
| - <script>DisplayGraph("endure-linux-dbg/gmail-testGmailComposeDiscard", "GmailComposeDiscard-l0-DMP", 0);</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("linux-release/cc_perftests");</script>
|
| - </tr>
|
| - </table>
|
| - <h1 id="Chromium-Linux-LowMem">Linux LowMem</h1>
|
| - <table>
|
| - <tr>
|
| - <script>DisplayGraph("linux-release-lowmem/moz");</script>
|
| - <script>DisplayGraph("linux-release-lowmem/intl1");</script>
|
| - <script>DisplayGraph("linux-release-lowmem/intl2");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("linux-release-lowmem/moz-http");</script>
|
| - <script>DisplayGraph("linux-release-lowmem/bloat-http");</script>
|
| - <script>DisplayGraph("linux-release-lowmem/dhtml");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("linux-release-lowmem/startup");</script>
|
| - <script>DisplayGraph("linux-release-lowmem/new-tab-ui-cold");</script>
|
| - <script>DisplayGraph("linux-release-lowmem/sunspider");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("linux-release-lowmem/octane");</script>
|
| - <script>DisplayGraph("linux-release-lowmem/dom_perf");</script>
|
| - <script>DisplayGraph("linux-release-lowmem/morejs");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("linux-release-lowmem/sync");</script>
|
| - <script>DisplayGraph("linux-release-lowmem/frame_rate");</script>
|
| - </tr>
|
| - </table>
|
| - <h1 id="Chromium-Mac10.6">Mac 10.6</h1>
|
| - <table>
|
| - <tr>
|
| - <script>DisplayGraph("mac-release-10.6/moz");</script>
|
| - <script>DisplayGraph("mac-release-10.6/intl1");</script>
|
| - <script>DisplayGraph("mac-release-10.6/intl2");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("mac-release-10.6/moz-http");</script>
|
| - <script>DisplayGraph("mac-release-10.6/bloat-http");</script>
|
| - <script>DisplayGraph("mac-release-10.6/dhtml");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("mac-release-10.6/startup");</script>
|
| - <script>DisplayGraph("mac-release-10.6/new-tab-ui-cold");</script>
|
| - <script>DisplayGraph("mac-release-10.6/memory");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("mac-release-10.6/sunspider");</script>
|
| - <script>DisplayGraph("mac-release-10.6/octane");</script>
|
| - <script>DisplayGraph("mac-release-10.6/dom_perf");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("mac-release-10.6/morejs");</script>
|
| - <script>DisplayGraph("mac-release-10.6/dromaeo_domcore");</script>
|
| - <script>DisplayGraph("mac-release-10.6/dromaeo_jslib");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("mac-release-10.6/new-tab-ui-warm");</script>
|
| - <script>DisplayGraph("mac-release-10.6/sync");</script>
|
| - <script>DisplayGraph("mac-release-10.6/frame_rate");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("mac-release-10.6/kraken");</script>
|
| - <script>DisplayGraph("mac-release-10.6/page_cycler_2012Q2-netsim");</script>
|
| - </tr>
|
| - </table>
|
| -
|
| - <h1 id="Chromium-Mac10.7-GPU-Intel">Mac 10.7 GPU Intel</h1>
|
| - <table>
|
| - <tr>
|
| - <script>DisplayGraph("chromium-rel-mac7-gpu-intel/scrolling_benchmark");</script>
|
| - <script>DisplayGraph("chromium-rel-mac7-gpu-intel/jsgamebench");</script>
|
| - <script>DisplayGraph("chromium-rel-mac7-gpu-intel/robohornetpro");</script>
|
| - </tr>
|
| - <tr>
|
| - <script>DisplayGraph("chromium-rel-mac7-gpu-intel/spaceport");</script>
|
| - <script>DisplayGraph("chromium-rel-mac7-gpu-intel/image_decoding_benchmark");</script>
|
| - <script>DisplayGraph("chromium-rel-mac7-gpu-intel/cc_perftests");</script>
|
| - </tr>
|
| - </table>
|
| - </center>
|
| - </body>
|
| -</html>
|
|
|