ClickHouse/dbms/include/DB/Common/getNumberOfPhysicalCPUCores.h

5 lines
107 B
C++
Raw Normal View History

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