HomeSort by relevance Sort by last modified time
    Searched refs:operationIs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/perf/perldriver/
Output.pm 29 my $operationIs = "operation";
99 printLeg("<a name=\"Test Name\">TestName</a> - name of the test as set by the test writer\n", "<a name=\"Ops\">Ops</a> - number of ".$operationIs."s per iteration\n");
110 printLeg("<a name=\"meanop_$header\">$header /op</a> - mean time and error for $header per $operationIs");
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");
180 if($options{ "operationIs" }) {
181 $operationIs = $options{ "operationIs" };
  /external/icu4c/test/perf/perldriver/
Output.pm 29 my $operationIs = "operation";
99 printLeg("<a name=\"Test Name\">TestName</a> - name of the test as set by the test writer\n", "<a name=\"Ops\">Ops</a> - number of ".$operationIs."s per iteration\n");
110 printLeg("<a name=\"meanop_$header\">$header /op</a> - mean time and error for $header per $operationIs");
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");
180 if($options{ "operationIs" }) {
181 $operationIs = $options{ "operationIs" };

Completed in 54 milliseconds