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

5
LINES

< > BotCompany Repo | #1011696 // poorMansProfiling_printInnermostFunctions

JavaX fragment (include)

1  
static void poorMansProfiling_printInnermostFunctions() {
2  
  MultiSet<S> ms = poorMansProfiling_results();
3  
  print("\nInnermost functions top list (" + n(ms.size(), "total sample") + "):\n");
4  
  printLines(map(multiSetToMapPopularFirst(multiSetMapKeys(f firstLine, ms)), func(S trace, int count) { "[" + count + "] " + trace }));
5  
}

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: #1011696
Snippet name: poorMansProfiling_printInnermostFunctions
Eternal ID of this version: #1011696/9
Text MD5: 1281ce4fca8d04201d0adee785260d58
Author: stefan
Category: javax / profiling
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-02 21:41:34
Source code size: 333 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 494 / 507
Version history: 8 change(s)
Referenced in: [show references]