Condition-Variable function detail
If the -df or -da options are used, the splat command reports the following function details.
| Item | Descriptor |
|---|---|
| Function Name | The name of the function that passed or attempted to pass this condition. |
| Passes | The number of times that this function was notified that the condition passed. |
| Fail Rate | The percentage of times that the function checked the condition and did not find it to be true. |
| Spin Count | The number of times that the function checked the condition and did not find it to be true. |
| Wait Count | The number of times that this function was forced to wait until the condition became true. |
| Percent Total Time | This field contains the
following sub-fields:
|
| Return Address | The return address to this calling function, in hexadecimal. |
| Start Address | The start address to this calling function, in hexadecimal. |
| Offset | The offset from the function start address to the return address, in hexadecimal. |