static int aUselessCalculationForBenchmarking() { int n = 1000000, j = 0; time { for i to n: j = j*j+1; } ret j;