Classes | Functions
iomgr/time_averaged_stats.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  grpc_time_averaged_stats
 

Functions

void grpc_time_averaged_stats_add_sample (grpc_time_averaged_stats *stats, double value)
 
void grpc_time_averaged_stats_init (grpc_time_averaged_stats *stats, double init_avg, double regress_weight, double persistence_factor)
 
double grpc_time_averaged_stats_update_average (grpc_time_averaged_stats *stats)
 

Function Documentation

◆ grpc_time_averaged_stats_add_sample()

void grpc_time_averaged_stats_add_sample ( grpc_time_averaged_stats stats,
double  value 
)

Definition at line 35 of file iomgr/time_averaged_stats.cc.

◆ grpc_time_averaged_stats_init()

void grpc_time_averaged_stats_init ( grpc_time_averaged_stats stats,
double  init_avg,
double  regress_weight,
double  persistence_factor 
)

Definition at line 23 of file iomgr/time_averaged_stats.cc.

◆ grpc_time_averaged_stats_update_average()

double grpc_time_averaged_stats_update_average ( grpc_time_averaged_stats stats)

Definition at line 41 of file iomgr/time_averaged_stats.cc.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:34