Data Fields | |
| int | exec |
| Time spent executing the specified command, including parse time for nested blocks. | |
| int | parse |
| Time spent parsing the specified command, including execution time for command substitutions. | |
| int | level |
| The block level of the specified command. | |
| int | skipped |
| If the execution of this command was skipped. | |
| wchar_t * | cmd |
| The command string. | |
|
|
The block level of the specified command. nested blocks and command substitutions both increase the block level. |
1.4.4