Class

firrtl_interpreter

NumberMonitor

Related Doc: package firrtl_interpreter

Permalink

class NumberMonitor extends AnyRef

This tracks the running average, variance min, max, and a histogram of series of values

Source
NumberMonitor.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NumberMonitor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NumberMonitor(name: String, canBeNegative: Boolean, bitSize: Int, numberOfBins: Int = 0)

    Permalink

    canBeNegative

    Are we tracking SInt values or UInt values

    bitSize

    How many bits to track

    numberOfBins

    Number of bits in the saved histogram, less than one disables binning

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val adjustedMaxPossible: BigInt

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val bins: Array[Long]

    Permalink
  7. val bitSize: Int

    Permalink

    How many bits to track

  8. val canBeNegative: Boolean

    Permalink

    Are we tracking SInt values or UInt values

  9. def clear(): Unit

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val divisor: BigInt

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val maxPossible: BigInt

    Permalink
  19. var maxValue: BigInt

    Permalink
  20. def mean: Double

    Permalink
  21. val minPossible: BigInt

    Permalink
  22. var minValue: BigInt

    Permalink
  23. var mu: Double

    Permalink
  24. val name: String

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def noBinning(value: BigInt): Unit

    Permalink
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def render(prettyPrint: Boolean = true): String

    Permalink
  30. var samples: Long

    Permalink
  31. def showBins: String

    Permalink
  32. var sq: Double

    Permalink
  33. def stddev: Double

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. def update(value: BigInt): Unit

    Permalink
  37. def updateBins(value: BigInt): Unit

    Permalink
  38. def variance: Double

    Permalink
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped