YAZ  5.34.0
Data Fields
yaz_timing Struct Reference

Data Fields

double real_sec
 
double user_sec
 
double sys_sec
 

Detailed Description

Definition at line 31 of file timing.c.

Field Documentation

◆ real_sec

double yaz_timing::real_sec

Definition at line 44 of file timing.c.

Referenced by yaz_timing_get_real(), yaz_timing_start(), and yaz_timing_stop().

◆ sys_sec

double yaz_timing::sys_sec

Definition at line 44 of file timing.c.

Referenced by yaz_timing_get_sys(), yaz_timing_start(), and yaz_timing_stop().

◆ user_sec

double yaz_timing::user_sec

Definition at line 44 of file timing.c.

Referenced by yaz_timing_get_user(), yaz_timing_start(), and yaz_timing_stop().


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