µ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. 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.
 

Detailed Description

Statistics namespace.

Typedef Documentation

◆ counter_t

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.

◆ duration_t

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.