# Functions
NewHistogram returns a pointer to a new Histogram object that was created with the provided options.
NewPayloadCurve parses a .csv file and returns a *PayloadCurve if no errors were encountered in parsing and initialization.
NewStats creates a new Stats instance.
# Constants
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
MaxFeatureIndex is a place holder to indicate the total number of feature indices we have.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
FeatureIndex enum values corresponding to individually settable features.
# Structs
BenchResults records features and results of a benchmark run.
Features represent configured options for a specific benchmark run.
Histogram accumulates values in the form of a histogram with exponentially increased bucket sizes.
HistogramBucket represents one histogram bucket.
HistogramOptions contains the parameters that define the histogram's buckets.
PayloadCurve is an internal representation of a weighted random distribution CSV file.
RunData contains statistical data of interest from a benchmark run.
Stats is a helper for gathering statistics about individual benchmark runs.
# Type aliases
FeatureIndex is an enum for features that usually differ across individual benchmark runs in a single execution.