µOS++ IIIe Reference  v6.3.15
“Perfekt ist nicht gut genug”
The third edition of µOS++, a POSIX inspired open source system, written in C++.
os::rtos::statistics Namespace Reference

Statistics namespace. More...

Types

using counter_t = uint64_t
 Type of variables holding context switches counters. More...
 
using duration_t = uint64_t
 Type of variables holding durations in CPU cycles. More...
 

Detailed Description

Statistics namespace.

Types

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