aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/time_averaged_stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/iomgr/time_averaged_stats.h')
-rw-r--r--src/core/lib/iomgr/time_averaged_stats.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/lib/iomgr/time_averaged_stats.h b/src/core/lib/iomgr/time_averaged_stats.h
index 519bc2db16..8745f7fa13 100644
--- a/src/core/lib/iomgr/time_averaged_stats.h
+++ b/src/core/lib/iomgr/time_averaged_stats.h
@@ -19,8 +19,6 @@
#ifndef GRPC_CORE_LIB_IOMGR_TIME_AVERAGED_STATS_H
#define GRPC_CORE_LIB_IOMGR_TIME_AVERAGED_STATS_H
-
-
/* This tracks a time-decaying weighted average. It works by collecting
batches of samples and then mixing their average into a time-decaying
weighted mean. It is designed for batch operations where we do many adds
@@ -72,6 +70,4 @@ void grpc_time_averaged_stats_add_sample(grpc_time_averaged_stats* stats,
value. */
double grpc_time_averaged_stats_update_average(grpc_time_averaged_stats* stats);
-
-
#endif /* GRPC_CORE_LIB_IOMGR_TIME_AVERAGED_STATS_H */