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

3
LINES

< > BotCompany Repo | #1031723 // allThreadsWithStackTracesContainingIC

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3175L/19K).

static Map<Thread, S> allThreadsWithStackTracesContainingIC(S substring) {
  ret filterValues(stackTrace -> cic(stackTrace, substring), allThreadsWithRenderedStackTracecs());
}

Author comment

Began life as a copy of #1031721

download  show line numbers  debug dex  old transpilations   

Travelled to 5 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031723
Snippet name: allThreadsWithStackTracesContainingIC
Eternal ID of this version: #1031723/1
Text MD5: 76bff426a7d6ee4dfc45e1651a954079
Transpilation MD5: a6d78cdf70703e3f30cde1bbece02f22
Author: stefan
Category: javax / profiling
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-28 22:29:20
Source code size: 178 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 76 / 123
Referenced in: [show references]