1 | static long sysDone(S desc, long startTime, int minPrint) { |
2 | ret done2(startTime, desc, minPrint); |
3 | } |
4 | |
5 | static long sysDone(long startTime, S desc, int minPrint) { |
6 | ret done2(startTime, desc, minPrint); |
7 | } |
8 | |
9 | static long sysDone(long startTime, S desc) { |
10 | ret done2(startTime, desc); |
11 | } |
12 | |
13 | static long sysDone(S desc, long startTime) { |
14 | ret done2(desc, startTime); |
15 | } |
16 | |
17 | static long sysDone(long startTime) { |
18 | ret done2(startTime); |
19 | } |
Began life as a copy of #1006288
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1007564 |
Snippet name: | sysDone - synonym of done2 - print elapsed time (expects parameter taken from sysNow()) |
Eternal ID of this version: | #1007564/4 |
Text MD5: | cdf70ee4de1d22714adb038fccb6b01e |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-05-23 21:07:05 |
Source code size: | 445 bytes / 19 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 684 / 598 |
Version history: | 3 change(s) |
Referenced in: | [show references] |