mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
5 lines
107 B
C++
5 lines
107 B
C++
#pragma once
|
|
|
|
/// Get number of CPU cores without hyper-threading.
|
|
unsigned getNumberOfPhysicalCPUCores();
|