<%doc> Copyright 2012 NetApp, Inc. All Rights Reserved, contribution by Weston Andros Adamson This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ${selection.html()} % if stat and not stat.empty():
avg: ${fmt_float(stat.mean())}
stddev: ${fmt_float(stat.std())}
% endif % if stat and not stat.empty(): % if isinstance(stat, bucket_type): % endif % for x in stat.foreach(): % endfor % for run, tracedir in enumerate(stat.tracedirs()): % endif % for x in stat.foreach(): % endfor % endfor
runtotalsource${get_legend_html(report, color_idx, x.hatch_idx(), classes=('data_info_hatch',))} % if isinstance(stat, bucket_type):
${x.name()[:-1 * (len(stat.suffix()) + 1)]} % else:
${x.name()} % endif
[${run}] % if isinstance(stat, bucket_type): ${fmt_float(stat.run_total(tracedir))} ${stat.filename()} ${fmt_float(x.run_value(tracedir, None))}
% endif