svoid benchOnce(S msg, Runnable r) { long time = sysNow(); callF(r); done2_always(msg, time); } svoid benchOnce(Runnable r) { benchOnce(str(r), r); }