Class SampleBuffer

java.lang.Object
org.openjdk.jmh.util.SampleBuffer
All Implemented Interfaces:
Serializable

public class SampleBuffer extends Object implements Serializable
Sampling buffer accepts samples.
See Also:
  • Constructor Details

    • SampleBuffer

      public SampleBuffer()
  • Method Details

    • half

      public void half()
    • add

      public void add(long sample)
    • getStatistics

      public Statistics getStatistics(double multiplier)
    • addAll

      public void addAll(SampleBuffer other)
    • count

      public int count()