toggle menu
cpg
main
jvm
switch theme
search in API
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
)