ARTS 2.5.9 (git: 825fa5f2)
|
Used to debug execution time, prints msg+time on destruction to std::cerr. More...
#include <artstime.h>
Public Member Functions | |
DebugTime (const std::string_view s="Time") | |
~DebugTime () | |
Public Attributes | |
Time | start {} |
std::string_view | msg |
Used to debug execution time, prints msg+time on destruction to std::cerr.
Definition at line 226 of file artstime.h.
|
inline |
Definition at line 229 of file artstime.h.
|
inline |
Definition at line 230 of file artstime.h.
std::string_view DebugTime::msg |
Definition at line 228 of file artstime.h.
Referenced by ~DebugTime().
Time DebugTime::start {} |
Definition at line 227 of file artstime.h.
Referenced by ~DebugTime().