Searched refs:STATS_METRIC_SAMPLES (Results 1 – 2 of 2) sorted by relevance
178 #define STATS_METRIC_SAMPLES 16 /* Number of samples per metric. */ macro1039 long long samples[STATS_METRIC_SAMPLES];
801 server.inst_metric[metric].idx %= STATS_METRIC_SAMPLES; in trackInstantaneousMetric()811 for (j = 0; j < STATS_METRIC_SAMPLES; j++) in getInstantaneousMetric()813 return sum / STATS_METRIC_SAMPLES; in getInstantaneousMetric()