object CodegenMetrics extends Source
- Alphabetic
- By Inheritance
- CodegenMetrics
- Source
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
val
METRIC_COMPILATION_TIME: Histogram
Histogram of the time it took to compile source code text (in milliseconds).
-
val
METRIC_GENERATED_CLASS_BYTECODE_SIZE: Histogram
Histogram of the bytecode size of each class generated by CodeGenerator.
-
val
METRIC_GENERATED_METHOD_BYTECODE_SIZE: Histogram
Histogram of the bytecode size of each method in classes generated by CodeGenerator.
-
val
METRIC_SOURCE_CODE_SIZE: Histogram
Histogram of the length of source code text compiled by CodeGenerator (in characters).
-
val
metricRegistry: MetricRegistry
- Definition Classes
- CodegenMetrics → Source
-
val
sourceName: String
- Definition Classes
- CodegenMetrics → Source