1 | sS printMiniBenchResult(long repetitions) { |
2 | ret printBenchResult(repetitions); |
3 | } |
4 | |
5 | |
6 | |
7 | sS printMiniBenchResult(long time, long repetitions) { |
8 | ret printBenchResult(time, repetitions); |
9 | } |
10 | |
11 | |
12 | |
13 | sS printMiniBenchResult(S msg, long repetitions) { |
14 | ret printBenchResult(msg, repetitions); |
15 | } |
16 | |
17 | |
18 | |
19 | sS printMiniBenchResult(long repetitions, S msg) { |
20 | ret printBenchResult(repetitions, msg); |
21 | } |
22 | |
23 | |
24 | |
25 | sS printMiniBenchResult(S msg, long time, long repetitions) { |
26 | ret printBenchResult(msg, time, repetitions); |
27 | } |
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: | 210 / 227 |
Referenced in: | [show references] |