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

6
LINES

< > BotCompany Repo | #1019042 // withPrintTime

JavaX fragment (include)

static <A> A withPrintTime(S desc, F0<A> f) {
  long startTime = sysNow();
  A a = callF(f);
  done2_always(desc, startTime);
  ret a;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019042
Snippet name: withPrintTime
Eternal ID of this version: #1019042/1
Text MD5: 67403742f7b84d68c546131e26dcb8f2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-21 17:32:22
Source code size: 141 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 228 / 263
Referenced in: [show references]