|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Accumulates time delay samples for computing min, max, total, and variance statistics over a set of measurements. More...
#include <timestats.h>
Public Attributes | |
| uint32_t | num |
| uint32_t | min_num |
| uint32_t | max_num |
| nstime_t | min |
| nstime_t | max |
| nstime_t | tot |
| double | variance |
Accumulates time delay samples for computing min, max, total, and variance statistics over a set of measurements.
| nstime_t _timestat_t::max |
Maximum time value observed across all samples.
| uint32_t _timestat_t::max_num |
Frame number of the packet that produced the maximum time sample.
| nstime_t _timestat_t::min |
Minimum time value observed across all samples.
| uint32_t _timestat_t::min_num |
Frame number of the packet that produced the minimum time sample.
| uint32_t _timestat_t::num |
Total number of time samples collected.
| nstime_t _timestat_t::tot |
Sum of all time samples, used to compute the mean.
| double _timestat_t::variance |
Variance of the time samples, used to compute standard deviation.