zpmod  b19981f
High-performance Zsh module for script optimization and filesystem helpers
source_event Struct Reference

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
 

Detailed Description

Recorded event for a sourced script.

Definition at line 20 of file zpmod_source.h.

Field Documentation

◆ dir_path

char* source_event::dir_path

Definition at line 23 of file zpmod_source.h.

Referenced by custom_source(), and zp_free_sevent_node().

◆ duration

double source_event::duration

Definition at line 26 of file zpmod_source.h.

Referenced by custom_source(), and zp_build_source_report().

◆ file_name

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().

◆ full_path

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().

◆ id

int source_event::id

Definition at line 21 of file zpmod_source.h.

Referenced by custom_source().

◆ load_error

int source_event::load_error

Definition at line 27 of file zpmod_source.h.

Referenced by custom_source().

◆ ts

long source_event::ts

Definition at line 22 of file zpmod_source.h.

Referenced by custom_source().


The documentation for this struct was generated from the following file: