1
0
Fork 0
C_lib/docs/utils/time_function.h.ms

22 lines
445 B
Plaintext

.TL
time_function.h
.AU
Wael Karram
.AB no
Documentation for time_function.h
.AE
.DA
.LP
This header defines a function_run_time struct, with the prepoccessor variable TIME_FUNCTION_H used as an include guard.
.br
Defines a single struct
.UL function_run_time \0which
has the fields
.I "char *name" \0and
.I "double time" ,
the former of which is used to store the function's name, and the latter is used to store the runtime measurement.