ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Cpu.cpp File Reference
#include "Cpu.h"
#include "CVPlatform.h"
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <sys/sysinfo.h>
#include <unistd.h>
Include dependency graph for Cpu.cpp:

Go to the source code of this file.

Namespaces

 cloudViewer
 Generic file read and write utility for python interface.
 
 cloudViewer::system
 

Macros

#define GET_TOTAL_CPUS_DEFINED
 

Functions

int cloudViewer::system::cpu_clock_by_os ()
 Returns the CPU clock, as reported by the OS. More...
 
int cloudViewer::system::get_total_cpus ()
 Returns the total number of CPUs. More...
 

Macro Definition Documentation

◆ GET_TOTAL_CPUS_DEFINED

#define GET_TOTAL_CPUS_DEFINED

Definition at line 136 of file Cpu.cpp.