cpg-core
6.1.0
cpg-core
/
de.fraunhofer.aisec.cpg.helpers
/
BenchmarkResults
Benchmark
Results
class
BenchmarkResults
(
val
entries
:
List
<
List
<
Any
>
>
)
Constructors
Functions
Properties
Constructors
Benchmark
Results
Link copied to clipboard
fun
BenchmarkResults
(
entries
:
List
<
List
<
Any
>
>
)
Functions
print
Link copied to clipboard
fun
print
(
)
Pretty-prints benchmark results for easy copying to GitHub issues.
Properties
entries
Link copied to clipboard
val
entries
:
List
<
List
<
Any
>
>
json
Link copied to clipboard
val
json
:
String