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

14
LINES

< > BotCompany Repo | #1016644 // Runnable Threads Count

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 1113K of libraries. Click here for Pure Java version (4977L/25K).

!7

cmodule2 RunnableThreadCount > DynBigNumber {
  start {
    setDescription("RUNNABLE THREADS");
    dm_doEveryAndNow(5.0, r actualUpdate);
  }
  
  void actualUpdate enter {
    //time "Thread Count" { <= 1ms?
      setValue(l(runnableThreadsWithStackTraces());
    //}
  }
}

Author comment

Began life as a copy of #1016643

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: #1016644
Snippet name: Runnable Threads Count
Eternal ID of this version: #1016644/6
Text MD5: 91d7472a7a22c8c4a1fda271d442020d
Transpilation MD5: a0685fd931b806a1babb3b7d53c7860d
Author: stefan
Category: javax / modules
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-19 17:57:24
Source code size: 292 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 324 / 3083
Version history: 5 change(s)
Referenced in: [show references]