static long sysDone(S desc, long startTime, int minPrint) { ret done2(startTime, desc, minPrint); } static long sysDone(long startTime, S desc, int minPrint) { ret done2(startTime, desc, minPrint); } static long sysDone(long startTime, S desc) { ret done2(startTime, desc); } static long sysDone(S desc, long startTime) { ret done2(desc, startTime); } static long sysDone(long startTime) { ret done2(startTime); }