Packages

o

org.apache.spark.metrics.source

CodegenMetrics

object CodegenMetrics extends Source

Metrics for code generation.

Source
StaticSources.scala
Linear Supertypes
Source, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CodegenMetrics
  2. Source
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val METRIC_COMPILATION_TIME: Histogram

    Histogram of the time it took to compile source code text (in milliseconds).

  2. val METRIC_GENERATED_CLASS_BYTECODE_SIZE: Histogram

    Histogram of the bytecode size of each class generated by CodeGenerator.

  3. val METRIC_GENERATED_METHOD_BYTECODE_SIZE: Histogram

    Histogram of the bytecode size of each method in classes generated by CodeGenerator.

  4. val METRIC_SOURCE_CODE_SIZE: Histogram

    Histogram of the length of source code text compiled by CodeGenerator (in characters).

  5. val metricRegistry: MetricRegistry
    Definition Classes
    CodegenMetrics → Source
  6. val sourceName: String
    Definition Classes
    CodegenMetrics → Source