|
zpmod
b19981f
High-performance Zsh module for script optimization and filesystem helpers
|
Data Fields | |
| char * | path |
| long | total_ms |
| int | count |
Definition at line 15 of file source_hot.c.
| int hot_script_t::count |
Definition at line 18 of file source_hot.c.
Referenced by cmd_source_hot().
| char* hot_script_t::path |
Definition at line 16 of file source_hot.c.
Referenced by cmd_source_hot().
| long hot_script_t::total_ms |
Definition at line 17 of file source_hot.c.
Referenced by cmd_source_hot(), and compare_hot_scripts().