Documentation ¶
Index ¶
Constants ¶
View Source
const ( ELAPSED = "ELAPSED" COUNT = "COUNT" QPS = "QPS" AVG = "AVG" MIN = "MIN" MAX = "MAX" PER50TH = "PER50TH" PER90TH = "PER90TH" PER95TH = "PER95TH" PER99TH = "PER99TH" PER999TH = "PER999TH" PER9999TH = "PER9999TH" )
Metric name.
Variables ¶
This section is empty.
Functions ¶
func InitHistograms ¶
func InitHistograms(p *properties.Properties) *histograms
func InitMeasure ¶
func InitMeasure(p *properties.Properties)
InitMeasure initializes the global measurement.
func IsWarmUpFinished ¶
func IsWarmUpFinished() bool
IsWarmUpFinished returns whether warm-up is finished or not.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.