#include <fhe_stats.h>

Public Member Functions

 fhe_stats_record (const char *_name)
 
void update (double val)
 
void save (double val)
 

Public Attributes

const char * name
 
long count
 
double sum
 
double max
 
std::vector< double > saved_values
 

Static Public Attributes

static std::vector< fhe_stats_record * > map
 

Constructor & Destructor Documentation

◆ fhe_stats_record()

helib::fhe_stats_record::fhe_stats_record ( const char *  _name)

Member Function Documentation

◆ save()

void helib::fhe_stats_record::save ( double  val)

◆ update()

void helib::fhe_stats_record::update ( double  val)

Member Data Documentation

◆ count

long helib::fhe_stats_record::count

◆ map

std::vector<fhe_stats_record*> helib::fhe_stats_record::map
static

◆ max

double helib::fhe_stats_record::max

◆ name

const char* helib::fhe_stats_record::name

◆ saved_values

std::vector<double> helib::fhe_stats_record::saved_values

◆ sum

double helib::fhe_stats_record::sum