mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
do not mess up strings together
This commit is contained in:
@@ -66,7 +66,7 @@ public class CpuTimings {
|
||||
return timings;
|
||||
}
|
||||
if (i == maxIterations) {
|
||||
System.out.printf("CPU Timings: %d, sd=%.2f; not stable enough, giving up", timings.average, timings.stdDev);
|
||||
System.out.printf("CPU Timings: %d, sd=%.2f; not stable enough, giving up%n", timings.average, timings.stdDev);
|
||||
return timings;
|
||||
}
|
||||
if (i > 3) {
|
||||
|
||||
Reference in New Issue
Block a user