NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
Namespaces | Functions
be_system.h File Reference
#include <cstdint>
#include <be_error_exception.h>

Go to the source code of this file.

Namespaces

namespace  BiometricEvaluation
 This software was developed at the National Institute of Standards and Technology (NIST) by employees of the Federal Government in the course of their official duties.
 
namespace  BiometricEvaluation::System
 Operating system, hardware, etc.
 

Functions

uint32_t BiometricEvaluation::System::getCPUCount ()
 Obtain the number of central processing units that are online. More...
 
uint32_t BiometricEvaluation::System::getCPUCoreCount ()
 Obtain the number of CPU cores that are online. More...
 
uint32_t BiometricEvaluation::System::getCPUSocketCount ()
 Obtain the number of CPU sockets that are online. More...
 
uint64_t BiometricEvaluation::System::getRealMemorySize ()
 Obtain the amount of real memory in the system. More...
 
double BiometricEvaluation::System::getLoadAverage ()
 Obtain the system load average for the last minute. More...