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

11
LINES

< > BotCompany Repo | #1013408 // Test collectGCPauses + gcPauses (OK)

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Libraryless. Click here for Pure Java version (2737L/18K).

!7

p {
  collectGCPauses(5); // keep latest 5 pauses
  collectGCPauses(5); // check idempotency
  
  repeat with sleep 1 {
    L<GCPause> l = gcPauses();
    print(n2(l, "pause") + ": " + l);
  }
}

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: #1013408
Snippet name: Test collectGCPauses + gcPauses (OK)
Eternal ID of this version: #1013408/3
Text MD5: 46fc35af73e64137d319da07c760bc7f
Transpilation MD5: f160c5dceeb24da28d77454f721c80b1
Author: stefan
Category: javax / monitoring
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-05 02:28:54
Source code size: 208 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 405 / 791
Version history: 2 change(s)
Referenced in: [show references]