db Response Histogram
fun ReportBuilder.dbResponseHistogram(db: KSLDatabase, expName: String, responseName: String, confidenceLevel: Double = 0.95, showPlot: Boolean = true)(source)
Appends a "Histogram — responseName" section containing an across-replication statistics table for responseName and (when showPlot is true) a HistogramPlot built from the per-replication observations.
Parameters
db
the database to query
exp Name
the experiment whose per-replication values are used
response Name
the response / time-weighted / counter name
confidence Level
confidence level for the statistics table; default 0.95
show Plot
when true (default) include the histogram plot