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: | 211 / 227 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |