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

Unified 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, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/dashboard/overview.html
===================================================================
--- perf/dashboard/overview.html (revision 30571)
+++ perf/dashboard/overview.html (working copy)
@@ -80,6 +80,7 @@
<tr>
<script>DisplayGraph("xp-release-dual-core/morejs");</script>
<script>DisplayGraph("xp-release-dual-core/dromaeo");</script>
+ <script>DisplayGraph("xp-release-dual-core/new-tab-ui-warm");</script>
</tr>
</table>
<h1 id="Chromium-XP-Single-Core">Chromium XP Single Core</h1>
@@ -107,6 +108,7 @@
<tr>
<script>DisplayGraph("xp-release-single-core/morejs");</script>
<script>DisplayGraph("xp-release-single-core/dromaeo");</script>
+ <script>DisplayGraph("xp-release-single-core/new-tab-ui-warm");</script>
</tr>
</table>
@@ -135,6 +137,7 @@
<tr>
<script>DisplayGraph("vista-release-dual-core/morejs");</script>
<script>DisplayGraph("vista-release-dual-core/dromaeo");</script>
+ <script>DisplayGraph("vista-release-dual-core/new-tab-ui-warm");</script>
</tr>
</table>
@@ -163,6 +166,7 @@
<tr>
<script>DisplayGraph("vista-release-single-core/morejs");</script>
<script>DisplayGraph("vista-release-single-core/dromaeo");</script>
+ <script>DisplayGraph("vista-release-single-core/new-tab-ui-warm");</script>
</tr>
</table>
<h1 id="Chromium-XP-v8-latest">Chromium XP v8-latest</h1>
@@ -189,6 +193,7 @@
</tr>
<tr>
<script>DisplayGraph("xp-release-v8-latest/dromaeo");</script>
+ <script>DisplayGraph("xp-release-v8-latest/new-tab-ui-warm");</script>
</tr>
</table>
<h1 id="Chromium-Linux">Chromium Linux</h1>
@@ -215,6 +220,7 @@
</tr>
<tr>
<script>DisplayGraph("linux-release-hardy/dromaeo");</script>
+ <script>DisplayGraph("linux-release-hardy/new-tab-ui-warm");</script>
</tr>
</table>
<h1 id="Chromium-Linux-LowMem">Chromium Linux LowMem</h1>
@@ -265,6 +271,7 @@
<tr>
<script>DisplayGraph("mac-release-10.5/morejs");</script>
<script>DisplayGraph("mac-release-10.5/dromaeo");</script>
+ <script>DisplayGraph("mac-release-10.5/new-tab-ui-warm");</script>
</tr>
</table>
<h1 id="Chromium-Mac10.5-v8-latest">Chromium Mac 10.5 v8-latest</h1>
@@ -292,6 +299,7 @@
<tr>
<script>DisplayGraph("mac-release-10.5-v8-latest/morejs");</script>
<script>DisplayGraph("mac-release-10.5-v8-latest/dromaeo");</script>
+ <script>DisplayGraph("mac-release-10.5-v8-latest/new-tab-ui-warm");</script>
</tr>
</table>
</center>
« 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