Libraryless. Click here for Pure Java version (4135L/27K).
svoid dm_showPoorMansProfile(Runnable r) { dm_showText("Profile", profileToString(r)); } static <A> A dm_showPoorMansProfile(IF0<A> f) { new Var<A> v; dm_showPoorMansProfile(r { v.set(f!) }); ret v!; }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1029020 |
| Snippet name: | dm_showPoorMansProfile |
| Eternal ID of this version: | #1029020/3 |
| Text MD5: | 59cddda5754ab36f6c8d8e1915fda2e1 |
| Transpilation MD5: | 346a71c883481f1b84da81f325bde896 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-19 02:29:40 |
| Source code size: | 218 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 472 / 643 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1032223 - dm_profileThisThread |