static int done2_minPrint = 10;
static long done2(long startTime, S desc) {
ret done2(startTime, desc, done2_minPrint);
}
static long done2(long startTime, S desc, int minPrint) {
long time = sysNow()-startTime;
saveTiming_noPrint(time);
if (time >= minPrint)
print(desc + " [" + time + " ms]");
ret time;
}
static long done2(S desc, long startTime) {
ret done2(startTime, desc);
}
static long done2(long startTime) {
ret done2(startTime, "");
}Began life as a copy of #1003960
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment