Home
last modified time | relevance | path

Searched refs:STATS_METRIC_COUNT (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dserver.h182 #define STATS_METRIC_COUNT 3 macro
1041 } inst_metric[STATS_METRIC_COUNT];
H A Dserver.c2008 for (j = 0; j < STATS_METRIC_COUNT; j++) { in resetServerStats()