CPU information.
More...
#include <CPUInfo.h>
◆ ~CPUInfo()
open3d::utility::CPUInfo::~CPUInfo |
( |
| ) |
|
|
default |
◆ CPUInfo()
open3d::utility::CPUInfo::CPUInfo |
( |
const CPUInfo & |
| ) |
|
|
delete |
◆ GetInstance()
CPUInfo & open3d::utility::CPUInfo::GetInstance |
( |
| ) |
|
|
static |
◆ NumCores()
int open3d::utility::CPUInfo::NumCores |
( |
| ) |
const |
Returns the number of physical CPU cores. This is similar to boost::thread::physical_concurrency().
◆ NumThreads()
int open3d::utility::CPUInfo::NumThreads |
( |
| ) |
const |
Returns the number of logical CPU cores. This returns the same result as std::thread::hardware_concurrency() or boost::thread::hardware_concurrency().
◆ operator=()
void open3d::utility::CPUInfo::operator= |
( |
const CPUInfo & |
| ) |
|
|
delete |
◆ Print()
void open3d::utility::CPUInfo::Print |
( |
| ) |
const |
The documentation for this class was generated from the following files: