ClickHouse/dbms/Common/getNumberOfPhysicalCPUCores.h
Ivan 97f2a2213e
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00

5 lines
107 B
C++

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