mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 03:31:21 +00:00
Separate latency monitoring of eviction loop and eviction DELs.
This commit is contained in:
@ -86,4 +86,8 @@ int THPIsEnabled(void);
|
||||
(var) >= server.latency_monitor_threshold) \
|
||||
latencyAddSample((event),(var));
|
||||
|
||||
/* Remove time from a nested event. */
|
||||
#define latencyRemoveNestedEvent(event_var,nested_var) \
|
||||
event_var += nested_var;
|
||||
|
||||
#endif /* __LATENCY_H */
|
||||
|
Reference in New Issue
Block a user