![]() |
|
A class which records a timestamp when it is created and a scope event when it is destructed. More...
#include <trace.h>
Public Member Functions | |
| TraceScopeAuto (const TraceStaticKeyData &key) noexcept | |
| Constructor for TRACE_FUNCTION macro. | |
| template<typename... Args> | |
| TraceScopeAuto (const TraceStaticKeyData &key, Args &&... args) | |
| Constructor that also records scope arguments. | |
| ~TraceScopeAuto () noexcept | |
| Destructor. | |
A class which records a timestamp when it is created and a scope event when it is destructed.
|
inlineexplicitnoexcept |
|
inline |
|
inlinenoexcept |