Define SHARED_TRACE_INIT
Defined in File tracing.hpp
Define Documentation
-
SHARED_TRACE_INIT(session, id)
Macro to initialize a shared trace with a unique identifier.
This macro registers a new NamedSharedTrace instance with the global TraceRegistry, associated with the provided TraceSession.
- Parameters:
session – The TraceSession to associate with the trace.
id – The unique identifier for the trace.