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

27
LINES

< > BotCompany Repo | #1031422 // printMiniBenchResult - synonym of printBenchResult

JavaX fragment (include)

sS printMiniBenchResult(long repetitions) {
  ret printBenchResult(repetitions);
}



sS printMiniBenchResult(long time, long repetitions) {
  ret printBenchResult(time, repetitions);
}



sS printMiniBenchResult(S msg, long repetitions) {
  ret printBenchResult(msg, repetitions);
}



sS printMiniBenchResult(long repetitions, S msg) {
  ret printBenchResult(repetitions, msg);
}



sS printMiniBenchResult(S msg, long time, long repetitions) {
  ret printBenchResult(msg, time, repetitions);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031422
Snippet name: printMiniBenchResult - synonym of printBenchResult
Eternal ID of this version: #1031422/1
Text MD5: 81a467cfa60a50e355060a91579f79b1
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-12 05:22:56
Source code size: 504 bytes / 27 lines
Pitched / IR pitched: No / No
Views / Downloads: 100 / 118
Referenced in: [show references]