| Derived Metrics |
| Utilization rate |
User time divided by wall-clock time in percent |
| Load and store operations |
| Total number of floats loaded
and stored
in 1000000 operations |
|
| Instructions per load/store |
| Completed
instructions divided
by result of the previous line |
|
| MIPS |
| Completed instructions divided by
wall-clock time in 1000000/s |
|
| Instructions per cycle |
Completed instructions divided by number of
cycles |
| HW Float point instructions per Cycle |
|
| Sum
of result-producing operations on both FPUs
divided by the number of cycles |
|
| Floating point instructions + FMAs (flips) |
|
Sum
of result-producing operations on both FPUs
plus the number of executed floating point
multiply-additions minus the stores by the FPUs
Each FMA contains 2 calculations in a
single instruction. Store instructions
contain no calculation. |
|
| Flip rate (flips/WCT) |
Result of the previous
line divided by the wall-clock time in
1000000/sec
Includes many overheads for HPMCOUNT,
more useful for LIBHPM |
|
| Flips/user time |
As above but with user time instead of
wall-clock time |
| FMA percentage |
| Twice
the number of floating point multiply adds
divided by the flips in percent |
|
| Computation intensity |
| Number of flips divided by the
total number of floats loaded and stored
|
|