changeset 63:a8806eae60d5

add perfconfigurator command
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 16 Aug 2012 13:49:09 -0700
parents f6b5eb20b1de
children 4171e8477cdb
files talosnames/templates/tbpl.html
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/talosnames/templates/tbpl.html	Tue Aug 14 23:33:25 2012 -0700
+++ b/talosnames/templates/tbpl.html	Thu Aug 16 13:49:09 2012 -0700
@@ -86,6 +86,11 @@
 html += '<i>(disabled)</i>';
 }
 
+
+html += '<div><tt><b>PerfConfigurator</b>'
+html += ' ' + data.commands[bbsuite[suite]].join(' ');
+html += '</tt></div>'
+
 html += '</div>'
 }
 html += '</div>';
@@ -107,6 +112,10 @@
 font-family: sans-serif;
 }
 
+tt {
+font-family: monospace;
+}
+
 #header {
 font-weight: bold;
 width: 20em;