|
zpmod
b19981f
High-performance Zsh module for script optimization and filesystem helpers
|
Recorded event for a sourced script. More...
#include <zpmod_source.h>
Data Fields | |
| int | id |
| long | ts |
| char * | dir_path |
| char * | file_name |
| char * | full_path |
| double | duration |
| int | load_error |
Recorded event for a sourced script.
Definition at line 20 of file zpmod_source.h.
| char* source_event::dir_path |
Definition at line 23 of file zpmod_source.h.
Referenced by custom_source(), and zp_free_sevent_node().
| double source_event::duration |
Definition at line 26 of file zpmod_source.h.
Referenced by custom_source(), and zp_build_source_report().
| char* source_event::file_name |
Definition at line 24 of file zpmod_source.h.
Referenced by custom_source(), zp_build_source_report(), and zp_free_sevent_node().
| char* source_event::full_path |
Definition at line 25 of file zpmod_source.h.
Referenced by custom_source(), zp_build_source_report(), and zp_free_sevent_node().
| int source_event::id |
Definition at line 21 of file zpmod_source.h.
Referenced by custom_source().
| int source_event::load_error |
Definition at line 27 of file zpmod_source.h.
Referenced by custom_source().
| long source_event::ts |
Definition at line 22 of file zpmod_source.h.
Referenced by custom_source().