24#ifndef SURICATA_UTIL_CPU_H
25#define SURICATA_UTIL_CPU_H
uint16_t UtilCpuGetNumProcessorsConfigured(void)
Get the number of cpus configured in the system.
void UtilCpuPrintSummary(void)
Print a summary of CPUs detected (configured and online)
uint16_t UtilCpuGetNumProcessorsOnline(void)
Get the number of cpus online in the system.
uint64_t UtilCpuGetTicks(void)