Documentation
¶
Index ¶
Constants ¶
View Source
const ( ScatterType = "scatter" AvgLineType = "avg_line" )
The available plot types.
View Source
const ( RunsName = "runs" TimeName = "time" NumAllocsName = "mem_allocs" AllocBytesName = "mem_used" AllocMBytesRate = "mem_by_time" )
The benchmark output names. These are the available values for the y-axis.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WithFilterBy ¶
type WithFilterBy []string
WithFilterBy is an option to specify any expressions to filter the data to be plotted.
type WithGroupBy ¶
type WithGroupBy []string
WithGroupBy is an option to specify how plot data should be grouped.
type WithPlotTypes ¶
type WithPlotTypes []string
WithPlotTypes is an option to specify the plots to create.
Click to show internal directories.
Click to hide internal directories.