mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 12:22:12 +00:00
97f2a2213e
* Move some code outside dbms/src folder * Fix paths
5 lines
107 B
C++
5 lines
107 B
C++
#pragma once
|
|
|
|
/// Get number of CPU cores without hyper-threading.
|
|
unsigned getNumberOfPhysicalCPUCores();
|