MetricSemantics

The meaning and unit of a single metric.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Human-readable description of what the metric measures.

Link copied to clipboard
val unit: String?

The unit the metric is reported in.

Functions

Link copied to clipboard
inline fun copy(block: MetricSemantics.Builder.() -> Unit = {}): MetricSemantics
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String