Go to the source code of this file.
Typedefs | |
| typedef void * | MultiTimer |
| A multi-slot event timer. | |
Functions | |
| MultiTimer | MtCreate (int timesz) |
| Create, initialize and return a new MultiTimer. | |
| void | MtRecord (MultiTimer mt) |
| Record a timestamp within a multi-timer. | |
| unsigned long | MtGetRelativeNS (MultiTimer mt, int idx) |
| Return a specified time difference value in nanoseconds. | |
| void | MtDestroy (MultiTimer mt) |
| Destroy a multi-timer. | |
Definition in file mt.h.
1.5.6