static long returnTimeFor(int n, O f) { long time = sysNow(); for i to n: callF(f); ret ratio(sysNow()-time, n); }