Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_timestat_t Struct Reference

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

Detailed Description

Accumulates time delay samples for computing min, max, total, and variance statistics over a set of measurements.

Member Data Documentation

◆ max

nstime_t _timestat_t::max

Maximum time value observed across all samples.

◆ max_num

uint32_t _timestat_t::max_num

Frame number of the packet that produced the maximum time sample.

◆ min

nstime_t _timestat_t::min

Minimum time value observed across all samples.

◆ min_num

uint32_t _timestat_t::min_num

Frame number of the packet that produced the minimum time sample.

◆ num

uint32_t _timestat_t::num

Total number of time samples collected.

◆ tot

nstime_t _timestat_t::tot

Sum of all time samples, used to compute the mean.

◆ variance

double _timestat_t::variance

Variance of the time samples, used to compute standard deviation.


The documentation for this struct was generated from the following file: