| UFpeel | Unroll factor of scalar peel of loop, equals to . |
| UFbody | Unroll factor of vectorized loop body, equals to . |
| UFscalar remainder | Unroll factor of scalar remainder, equals to . |
| UFvector remainder | Unroll factor of vector remainder, equals to . |
| VLbody | Vector length of loop body, equals to . |
| VLvector remainder | Vector length of vector remainder, equals to . |
| TCpeel | Trip count of scalar peel of loop, equals to . This is average value with measured range of values from minimal () to maximum (). |
| TCbody | Trip count of vectorized body part, equals to . This is average value with measured range of values from minimal () to maximum (). |
| TCscalar remainder | Trip count of remainder of the loop, scalar part, equals to . This is average value with measured range of values from minimal () to maximum (). |
| TCvector remainder | Trip count of remainder of the loop, vector part, equlas to . This is average value with measured range of values from minimal () to maximum (). |