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

9
LINES

< > BotCompany Repo | #1029338 // maxExecutionGap10 - call maxExecutionGap 10 times

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

Libraryless. Compilation Failed (2987L/19K).

static L<Long> maxExecutionGap10() {
  LongBuffer buf = new(10);
  repeat 10 {
    long gap = maxExecutionGap();
    buf.add(gap);
    print(formatElapsedTimeWithAppropriateUnit(nanosecondsToSeconds(gap)));
  }
  ret buf.asVirtualList();
}

Author comment

Began life as a copy of #1025490

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: #1029338
Snippet name: maxExecutionGap10 - call maxExecutionGap 10 times
Eternal ID of this version: #1029338/2
Text MD5: e049b98636f76ba6f9be25fa1220ad1a
Transpilation MD5: ff8d72b18a2f279d51e8914291eaa6d9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-08-01 14:20:04
Source code size: 247 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 117 / 190
Version history: 1 change(s)
Referenced in: [show references]