Uses 911K of libraries. Click here for Pure Java version (4298L/21K).
1 | !7 |
2 | |
3 | cmodule ThreadCount > DynBigNumber {
|
4 | start {
|
5 | setDescription("THREADS");
|
6 | dm_doEveryAndNow(1.0, r actualUpdate); |
7 | } |
8 | |
9 | void actualUpdate enter {
|
10 | //time "Thread Count" { <= 1ms
|
11 | setValue(threadCount()); |
12 | //} |
13 | } |
14 | } |
Began life as a copy of #1015915
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1016643 |
| Snippet name: | Thread Count [Dyn Module] |
| Eternal ID of this version: | #1016643/6 |
| Text MD5: | 5663280ef88607b6273a507dd133da99 |
| Transpilation MD5: | e0bac47baa4a282ec1c61a823247d4c9 |
| Author: | stefan |
| Category: | javax / modules |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-31 01:15:23 |
| Source code size: | 252 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 882 / 16297 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |