A B C D E F G H I J K L M N O P Q R S T U V W _

H

HEAPMEMORY - Static variable in class suramadu.util.exec.MemoryType
Memory type enumerations
HOSTNAME - Static variable in class suramadu.util.exec.TestProperties
 
Histogram - class suramadu.util.stats.Histogram.
A class to facilitate the creation of a histogram data structure for examining the distribution of various kinds of numeric data.
Histogram(int, int, int, Collection) - Constructor for class suramadu.util.stats.Histogram
Creates a new instance of Histogram with the specified low bound, high bound, and numBins, with the specified Collection.
Histogram(short, short, short, Collection) - Constructor for class suramadu.util.stats.Histogram
Creates a new instance of Histogram with the specified low bound, high bound, and numBins, with the specified Collection.
Histogram(byte, byte, byte, Collection) - Constructor for class suramadu.util.stats.Histogram
Creates a new instance of Histogram with the specified low bound, high bound, and numBins, with the specified Collection.
Histogram(long, long, long, Collection) - Constructor for class suramadu.util.stats.Histogram
Creates a new instance of Histogram with the specified low bound, high bound, and numBins, with the specified Collection.
Histogram(float, float, float, Collection) - Constructor for class suramadu.util.stats.Histogram
Creates a new instance of Histogram with the specified low bound, high bound, and numBins, with the specified Collection.
Histogram(double, double, double, Collection) - Constructor for class suramadu.util.stats.Histogram
Creates a new instance of Histogram with the specified low bound, high bound, and numBins, with the specified Collection.
Histogram(HistogramBinSpec) - Constructor for class suramadu.util.stats.Histogram
Creates a new instance of Histogram using the specified HistogramBinSpec
Histogram(HistogramBinSpec, Collection) - Constructor for class suramadu.util.stats.Histogram
Creates a new instance of Histogram using the specified HistogramBinSpec with the specified Collection.
Histogram(Comparable[]) - Constructor for class suramadu.util.stats.Histogram
Creates a new instance of Histogram using an array of values organized as pairs of bounds, the even numbered elements being low bounds, and the odd numbered elements being high bounds (zero based).
Histogram(Comparable[], Collection) - Constructor for class suramadu.util.stats.Histogram
Creates a new instance of Histogram with the specified Collection.
Histogram(Comparable[], Number[]) - Constructor for class suramadu.util.stats.Histogram
Creates a new instance of Histogram with the specified array of Number Objects.
HistogramBin - class suramadu.util.stats.HistogramBin.
This class represents a single bin in a histogram.
HistogramBin(Comparable, Comparable) - Constructor for class suramadu.util.stats.HistogramBin
Creates a new instance of HistogramBin with the specified low and high bounds.
HistogramBinSpec - class suramadu.util.stats.HistogramBinSpec.
This class is a container for HistogramBin classes.
HistogramBinSpec() - Constructor for class suramadu.util.stats.HistogramBinSpec
Creates a new instance of HistogramBinSpec.
HistogramBinSpec(HistogramBin[]) - Constructor for class suramadu.util.stats.HistogramBinSpec
Creates a new HistogramBinSpec using the specified array of HistogramBins.
HistogramBinSpec(int, int, int) - Constructor for class suramadu.util.stats.HistogramBinSpec
Creates a new HistogramBinSpec using the specified loBound, hiBound, and numBins.
HistogramBinSpec(short, short, short) - Constructor for class suramadu.util.stats.HistogramBinSpec
Creates a new HistogramBinSpec using the specified loBound, hiBound, and numBins.
HistogramBinSpec(byte, byte, byte) - Constructor for class suramadu.util.stats.HistogramBinSpec
Creates a new HistogramBinSpec using the specified loBound, hiBound, and numBins.
HistogramBinSpec(long, long, long) - Constructor for class suramadu.util.stats.HistogramBinSpec
Creates a new HistogramBinSpec using the specified loBound, hiBound, and numBins.
HistogramBinSpec(float, float, float) - Constructor for class suramadu.util.stats.HistogramBinSpec
Creates a new HistogramBinSpec using the specified loBound, hiBound, and numBins.
HistogramBinSpec(double, double, double) - Constructor for class suramadu.util.stats.HistogramBinSpec
Creates a new HistogramBinSpec using the specified loBound, hiBound, and numBins.
HistogramBinSpec(Number, Number, Number) - Constructor for class suramadu.util.stats.HistogramBinSpec
Creates a new HistogramBinSpec using the specified loBound, hiBound, and numBins.
HistogramBinSpec(Comparable[]) - Constructor for class suramadu.util.stats.HistogramBinSpec
Creates a new HistogramBinSpec using an array of values organized as pairs of bounds, the even numbered elements being low bounds, and the odd numbered elements being high bounds (zero based).
handler - Static variable in class suramadu.tests.latency.AsynchronousEvent
 
handlerNonHeap - Static variable in class suramadu.tests.latency.AsynchronousEvent.TestProps
value of nonheap flag to unbound handlers
handlerNonHeap - Variable in class suramadu.tests.latency.CostOverrun.TestProps
nonheap flag to handler
handlerNonHeap - Variable in class suramadu.tests.latency.MissedDeadline.TestProps
nonheap flag to handler
handlerPriority - Static variable in class suramadu.tests.latency.AsynchronousEvent.TestProps
priority of handler (bound or unbound) to use
handlerPriority - Variable in class suramadu.tests.latency.CostOverrun.TestProps
priority of the handlers - should be greater than the thread's
handlerPriority - Variable in class suramadu.tests.latency.MissedDeadline.TestProps
priority of the handlers - should be greater than the thread's
handlerStart - Static variable in class suramadu.tests.latency.CostOverrun
 
handlerStart - Static variable in class suramadu.tests.latency.InterruptLatency
 
handlerStart - Static variable in class suramadu.tests.latency.MissedDeadline
 
handlerStartTime - Static variable in class suramadu.tests.latency.AsynchronousEvent
 
handlerType - Static variable in class suramadu.tests.latency.AsynchronousEvent.TestProps
type of handler (bound or unbound) to use
handlerType - Variable in class suramadu.tests.latency.CostOverrun.TestProps
type of handler
handlerType - Variable in class suramadu.tests.latency.MissedDeadline.TestProps
type of handler
hashCode() - Method in class suramadu.util.stats.Counter
Returns the hash code value for this map entry.
highPriority - Static variable in class suramadu.tests.latency.PriorityInheritance.TestProps
retrieved from default or specified properties.
histBins - Static variable in class suramadu.tests.SuramaduTestStub.TestProps
the number of histogram bins to use for mode calculation (evenly divided between min and max)
histBins - Static variable in class suramadu.tests.jitter.Jitter.TestProps
the number of histogram bins to use for mode calculation (evenly divided between min and max)
histBins - Static variable in class suramadu.tests.latency.AsynchronousEvent.TestProps
the number of histogram bins to use for mode calculation (evenly divided between min and max)
histBins - Static variable in class suramadu.tests.latency.ClassLoading.TestProps
the number of histogram bins to use for mode calculation (evenly divided between min and max)
histBins - Static variable in class suramadu.tests.latency.ContextSwitch.TestProps
the number of histogram bins to use for mode calculation (evenly divided between min and max)
histBins - Variable in class suramadu.tests.latency.CostOverrun.TestProps
the number of histogram bins to use for mode calculation (evenly divided between min and max)
histBins - Static variable in class suramadu.tests.latency.InterruptLatency.TestProps
the number of histogram bins to use for mode calculation (evenly divided between min and max)
histBins - Static variable in class suramadu.tests.latency.JNIOverhead.TestProps
the number of histogram bins to use for mode calculation (evenly divided between min and max)
histBins - Variable in class suramadu.tests.latency.MissedDeadline.TestProps
the number of histogram bins to use for mode calculation (evenly divided between min and max)
histBins - Static variable in class suramadu.tests.latency.Synchronization.TestProps
the number of histogram bins to use for mode calculation (evenly divided between min and max)

A B C D E F G H I J K L M N O P Q R S T U V W _