mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-03 06:58:23 +00:00
8361213: J2DAnalyzer should emit the score as a decimal
Reviewed-by: prr
This commit is contained in:
parent
003be0dee2
commit
dcc7254a38
@ -270,7 +270,7 @@ public class J2DAnalyzer {
|
||||
} else {
|
||||
double overallscore = totalscore[i]/numtests[i];
|
||||
System.out.println(" Number of tests: "+numtests[i]);
|
||||
System.out.println(" Overall average: "+overallscore);
|
||||
System.out.printf( " Overall average: %-10.4f%n", overallscore);
|
||||
System.out.println(" Best spread: "+bestspread[i]+
|
||||
"% variance");
|
||||
System.out.println(" Worst spread: "+worstspread[i]+
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user