Use three digits after the decimal point for better resolution and comparability of results.

This commit is contained in:
Hakan Kuecuekyilmaz
2010-11-29 23:58:18 +01:00
parent 42187df61e
commit b9589e2ed7

View File

@ -512,7 +512,7 @@ sub print_value
else
{
$first=1 if ($first == 0); # Assume that it took one second instead of 0
$tmp= sprintf("%.2f",$value/$first);
$tmp= sprintf("%.3f",$value/$first);
}
if (defined($flags))
{