mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 04:51:32 +00:00
Check THP support at startup and warn about it.
This commit is contained in:
@ -63,6 +63,7 @@ struct latencyStats {
|
||||
|
||||
void latencyMonitorInit(void);
|
||||
void latencyAddSample(char *event, mstime_t latency);
|
||||
int THPIsEnabled(void);
|
||||
|
||||
/* Latency monitoring macros. */
|
||||
|
||||
|
Reference in New Issue
Block a user