cpg-core
6.1.0
cpg-core
/
de.fraunhofer.aisec.cpg.helpers
/
StatisticsHolder
Statistics
Holder
interface
StatisticsHolder
Interface definition to hold different statistics about the translation process.
Functions
Properties
Inheritors
Functions
add
Benchmark
Link copied to clipboard
abstract
fun
addBenchmark
(
b
:
MeasurementHolder
)
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
>
Inheritors
TranslationResult
Link copied to clipboard