Statistics namespace. More...
Typedefs | |
using | counter_t = uint64_t |
Type of variables holding context switches counters. | |
using | duration_t = uint64_t |
Type of variables holding durations in CPU cycles. | |
Statistics namespace.
using os::rtos::statistics::counter_t = typedef uint64_t |
Type of variables holding context switches counters.
Definition at line 217 of file os-decls.h.
using os::rtos::statistics::duration_t = typedef uint64_t |
Type of variables holding durations in CPU cycles.
Definition at line 222 of file os-decls.h.