HistogramInfo

open class HistogramInfo

Class holding histogram information.

Constructors

Link copied to clipboard
constructor(min: Int, max: Int, bucketCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val max: Int
Link copied to clipboard
val min: Int
Link copied to clipboard

Functions

Link copied to clipboard
open fun addSample(value: Int, numEvents: Int)