µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os::rtos::statistics Namespace Reference

Statistics namespace.

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.
 

Typedef Documentation

◆ counter_t

using os::rtos::statistics::counter_t = typedef uint64_t

Definition at line 215 of file os-decls.h.

◆ duration_t

using os::rtos::statistics::duration_t = typedef uint64_t

Definition at line 220 of file os-decls.h.