libASPL
Loading...
Searching...
No Matches
aspl::Tracer::Flags Struct Reference

Operation flags. More...

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

Detailed Description

Operation flags.

Definition at line 68 of file Tracer.hpp.

Member Data Documentation

◆ Readonly

constexpr UInt32 aspl::Tracer::Flags::Readonly = (1 << 0)
staticconstexpr

This operation is read-only, i.e. doesn't change object state.

Definition at line 71 of file Tracer.hpp.

◆ Realtime

constexpr UInt32 aspl::Tracer::Flags::Realtime = (1 << 1)
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.


The documentation for this struct was generated from the following file: