Sparksee  6.0.2
STSPlatformStatistics Class Reference

Platform data and statistics. More...

Inheritance diagram for STSPlatformStatistics:
Inheritance graph
Collaboration diagram for STSPlatformStatistics:
Collaboration graph

Instance Methods

(id) - init
 Creates a new instance setting all values to 0.
 
(int) - getNumCPUs
 Gets the number of CPUs. More...
 
(long long) - getRealTime
 Gets time in microseconds (since epoch). More...
 
(long long) - getUserTime
 Gets CPU user time. More...
 
(long long) - getSystemTime
 Gets CPU system time. More...
 
(long long) - getTotalMem
 Gets physical memory size in Bytes. More...
 
(long long) - getAvailableMem
 Gets avialable (free) memory size in Bytes. More...
 

Detailed Description

Platform data and statistics.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Method Documentation

- (long long) getAvailableMem

Gets avialable (free) memory size in Bytes.

Returns
Avialable (free) memory size in Bytes.
- (int) getNumCPUs

Gets the number of CPUs.

Returns
The number of CPUs.
- (long long) getRealTime

Gets time in microseconds (since epoch).

Returns
Time in microseconds (since epoch).
- (long long) getSystemTime

Gets CPU system time.

Returns
CPU system time.
- (long long) getTotalMem

Gets physical memory size in Bytes.

Returns
Physical memory size in Bytes.
- (long long) getUserTime

Gets CPU user time.

Returns
CPU user time.

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