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

8
LINES

< > BotCompany Repo | #1018546 // poorMansProfileToConsole - takes a Runnable

JavaX fragment (include)

svoid poorMansProfileToConsole(Runnable r) {
  poorMansProfiling();
  try {
    r.run();
  } finally {
    poorMansProfiling_stopAndPrintResults();
  }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1018546
Snippet name: poorMansProfileToConsole - takes a Runnable
Eternal ID of this version: #1018546/4
Text MD5: c11f1506f39fdb09adbc1eb0757a7b32
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-16 20:28:37
Source code size: 160 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 385 / 432
Version history: 3 change(s)
Referenced in: [show references]