4 %> =(
auto). Minimum value
for the colour scaling of the HTML cells
6 %> =(
auto). Maximum value
for the colour scaling of the HTML cells
12 o.classtitle = '2D Comparison table';
13 o.inputclass = 'soitem_merger_merger_fitest';
18 methods(Access=protected)
19 function out = do_use(o, item)
22 s = o.get_standardheader(item);
24 out.html = [s, o.get_html_graphics(item)];
25 out.title = item.get_description();
31 %> Generates a table with the best in each architecture, with its respective time and confidence interval
32 %> @param item a soitem_merger_merger_fitest
object
33 function s = get_html_graphics(o, item) %
#ok<MANU>
36 s = cat(2, s, item.html_rates(o.minimum, o.maximum));
Generated by irreport, carries HTML contents.
Base for all reports that operate on a soitem object.