libASPL
|
#include <aspl/Tracer.hpp>
Static Public Attributes | |
static constexpr UInt32 | Readonly = (1 << 0) |
This operation is read-only, i.e. doesn't change object state. | |
static constexpr UInt32 | Realtime = (1 << 1) |
This operation is intended to be called on real-time thread on hot path. Such operations are traced only if the user enabled the option DeviceParameters::EnableRealtimeTracing. | |
Operation flags.
Definition at line 68 of file Tracer.hpp.
|
staticconstexpr |
This operation is read-only, i.e. doesn't change object state.
Definition at line 71 of file Tracer.hpp.
|
staticconstexpr |
This operation is intended to be called on real-time thread on hot path. Such operations are traced only if the user enabled the option DeviceParameters::EnableRealtimeTracing.
Definition at line 76 of file Tracer.hpp.