cpg
Toggle table of contents
9.0.0
Select version
9.0.2
9.0.1
9.0.0
main
jvm
Platform filter
jvm
Switch theme
Search in API
cpg
cpg-core
/
de.fraunhofer.aisec.cpg.helpers
/
StatisticsHolder
Statistics
Holder
interface
StatisticsHolder
Interface definition to hold different statistics about the translation process.
Inheritors
TranslationResult
Members
Properties
benchmark
Results
Link copied to clipboard
open
val
benchmarkResults
:
BenchmarkResults
benchmarks
Link copied to clipboard
abstract
val
benchmarks
:
Set
<
MeasurementHolder
>
config
Link copied to clipboard
abstract
val
config
:
TranslationConfiguration
translated
Files
Link copied to clipboard
abstract
val
translatedFiles
:
List
<
String
>
Functions
add
Benchmark
Link copied to clipboard
abstract
fun
addBenchmark
(
b
:
MeasurementHolder
)