NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs
running-stat.h File Reference
#include "common.h"

Go to the source code of this file.

Data Structures

struct  RunningStat
 Facility to compute mean and variance. More...
 
struct  RunningStatI
 Facility to compute mean and variance, with integer min and max. More...
 

Typedefs

typedef struct RunningStat RunningStat
 Facility to compute mean and variance. More...
 
typedef struct RunningStatI RunningStatI
 Facility to compute mean and variance, with integer min and max. More...
 

Typedef Documentation

◆ RunningStat

typedef struct RunningStat RunningStat

Facility to compute mean and variance.

◆ RunningStatI

typedef struct RunningStatI RunningStatI

Facility to compute mean and variance, with integer min and max.