gen_metrics v0.2.0 GenMetrics.GenStage.Stats
A struct used to report statistical metrics data for a GenStage process.
The fields are:
callbacks
- the total number of callbacks handled by the processtotal
- the total time spent (µs) on all callbacksmax
- the maximum time spent (µs) on any callbackmin
- the minimum time spent (µs) on any callbackmean
- the mean time spent (µs) on any callbackstdev
- the standard deviation around the mean time spent (µs) on any callbackrange
- the difference between max and min time spent (µs) on all callbacks