static Timed returnTimedAfterWarmup(double seconds default defaultWarmUpSeconds(), IF0 f) { warmUp(seconds, r { f.get() }); ret returnTimed(f); }