IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Stores results of performance test. More...
Public Member Functions | |
void | CopyFrom (ThreadPerformanceData data) |
Copies data from another ThreadPerformanceData structure. | |
override string | ToString () |
Public Attributes | |
DateTime | Time |
Time at which data has been acquired. | |
double | NumCycles |
Number of standard cycles executed in the test. | |
double | CyclesPerSecond |
Number of standard cycles per second - the ultimate performance measure. Standard cycle is executed by ThreadPerformanceTest.StandardCycle(). | |
double | PerformanceRatio |
Ratio between the CPU time and wall clock time spent for the test. Indicates how much the CPU is loaded (the smaller the value, teh more it is loaded). Should be between 0 and 1. | |
double | TotalTime |
Total wallclock time spent for the test. | |
int | NumIterations |
Number of iterations necessary to hit the requested time interval. |
Stores results of performance test.
void IG::Lib::ThreadPerformanceData::CopyFrom | ( | ThreadPerformanceData | data | ) | [inline] |
Copies data from another ThreadPerformanceData structure.
data |
override string IG::Lib::ThreadPerformanceData::ToString | ( | ) | [inline] |
DateTime IG::Lib::ThreadPerformanceData::Time |
Time at which data has been acquired.
Number of standard cycles executed in the test.
Number of standard cycles per second - the ultimate performance measure. Standard cycle is executed by ThreadPerformanceTest.StandardCycle().
Ratio between the CPU time and wall clock time spent for the test. Indicates how much the CPU is loaded (the smaller the value, teh more it is loaded). Should be between 0 and 1.
Total wallclock time spent for the test.
Number of iterations necessary to hit the requested time interval.