Zephyr Scientific Library (zscilib)
|
Go to the source code of this file.
Macros | |
#define | ZSL_INSTR_START(t) |
Reads the high-precision timer start time. More... | |
#define | ZSL_INSTR_STOP(t) |
Reads the high-precision timer stop time and converts to ns. This function modifies the value of t to store the execution time in ns. More... | |
#define ZSL_INSTR_START | ( | t | ) |
Reads the high-precision timer start time.
Definition at line 17 of file instrumentation.h.
#define ZSL_INSTR_STOP | ( | t | ) |
Reads the high-precision timer stop time and converts to ns. This function modifies the value of t to store the execution time in ns.
Definition at line 25 of file instrumentation.h.