ClickHouse/dbms/src/Common/getNumberOfPhysicalCPUCores.h

5 lines
107 B
C++

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