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