Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

profile_element_t Struct Reference

Struct used to keep track of profiling data for a command. More...


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.


Detailed Description

Struct used to keep track of profiling data for a command.


Field Documentation

int profile_element_t::level
 

The block level of the specified command.

nested blocks and command substitutions both increase the block level.


The documentation for this struct was generated from the following file:
Generated on Sun Jan 13 02:53:43 2008 for fish by  doxygen 1.4.4