svoid stepAllWithStats(Steppable s) { if (s == null) ret; long n = 0; time { while ping (s.step()) ++n; } print(n2(n, "step") + " in " + lastTiming() + " ms"); }