Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dlatency.h55 uint32_t all_time_high; /* Absolute max observed since latest reset. */ member
H A Dlatency.c165 ls->all_time_high = ts ? ts->max : 0; in analyzeLatencyForEvent()