Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

19
LINES

< > BotCompany Repo | #1007564 // sysDone - synonym of done2 - print elapsed time (expects parameter taken from sysNow())

JavaX fragment (include)

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);
}

Author comment

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: 587 / 503
Version history: 3 change(s)
Referenced in: [show references]