Castor3D 0.17.0
Multiplatform 3D engine
Public Member Functions | List of all members
castor::CpuInformations Class Reference

Retrieves the basic CPU informations. More...

#include <CpuInformations.hpp>

Public Member Functions

CU_API CpuInformations ()=default
 Constructor.
 
uint32_t getCoreCount () const
 
String getVendor () const
 
String getModel () const
 

Detailed Description

Retrieves the basic CPU informations.

Constructor & Destructor Documentation

◆ CpuInformations()

CU_API castor::CpuInformations::CpuInformations ( )
default

Constructor.

Member Function Documentation

◆ getCoreCount()

uint32_t castor::CpuInformations::getCoreCount ( ) const
inline
Returns
The number of cores (Physical + Virtual).

◆ getModel()

String castor::CpuInformations::getModel ( ) const
inline
Returns
The CPU model.

◆ getVendor()

String castor::CpuInformations::getVendor ( ) const
inline
Returns
The CPU vendor.

The documentation for this class was generated from the following file: