|
MxEngine
|
#include <Profiler.h>
Public Member Functions | |
| ScopeTimer (std::string_view invoker, std::string_view function) | |
| ~ScopeTimer () | |
scope timer is a class which logs how much time the function execution took logging is done using Logger class via debug stream
|
inline |
creates scope timer, writing to debug log stream that the function call is started to execute
| invoker | object/class/namespace which called the function |
| function | function name which is executed |
|
inline |
destroys scope timer, writing to debug log stream that the function execution is ended
1.8.12