Summary

kyo.stats.internal.Summary
case class Summary(p50: Double, p90: Double, p99: Double, p999: Double, p9999: Double, min: Double, max: Double, mean: Double, count: Long)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product