ClickHouse/src/Common/getNumberOfPhysicalCPUCores.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
107 B
C++
Raw Normal View History

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