gatb.core-API-1.4.2
|
Interface providing a way to get CPU usage information. More...
Public Member Functions | |
virtual void | start () |
virtual void | stop () |
virtual double | getUsage () |
![]() | |
void | use () |
void | forget () |
![]() | |
virtual | ~ISmartPointer () |
Additional Inherited Members | |
![]() | |
SmartPointer () | |
virtual | ~SmartPointer () |
Interface providing a way to get CPU usage information.
|
inlinevirtual |
Get the CPU usage between start and stop.
Implements ISystemInfo::CpuInfo.
|
inlinevirtual |
Start CPU information acquisition.
Implements ISystemInfo::CpuInfo.
|
inlinevirtual |
Stop CPU information acquisition.
Implements ISystemInfo::CpuInfo.