Lines Matching refs:headers
18 my @headers;
94 if($#headers >= 0) {
101 print HTML "<th colspan=".((4*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n";
103 print HTML "<th colspan=".((2*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n";
104 print HTML "<th colspan=".((5*($#headers+1))-2)." class=\"sourceType\">Per Event</th>\n";
108 foreach $header (@headers) {
113 for $i (1 .. $#headers) {
115 printLeg("<a name=\"mean_op_$i\">ratio $i /op</a> - ratio and error of per $operationIs time, calculated as: (($headers[0] - $headers[$i])/$headers[$i])*100%, mean value");
118 foreach $header (@headers) {
122 foreach $header (@headers) {
126 for $i (1 .. $#headers) {
128 printLeg("<a name=\"mean_ev_$i\">ratio $i /ev</a> - ratio and error of per $eventIs time, calculated as: (($headers[0] - $headers[$i])/$headers[$i])*100%, mean value");
179 my $headers = $options{ "headers" };
186 @headers = split(/ /, $headers);