ClickHouse/src/Common/getNumberOfPhysicalCPUCores.h
2020-04-03 18:14:31 +03:00

5 lines
107 B
C++

#pragma once
/// Get number of CPU cores without hyper-threading.
unsigned getNumberOfPhysicalCPUCores();