Buteo Synchronization Framework
|
Helper class for timing function execution time. More...
#include <Logger.h>
Public Member Functions | |
LogTimer (const QString &categoryName, const QString &func) | |
Constructor. Creates an entry message to the log. More... | |
~LogTimer () | |
Destructor. Creates an exit message to the log, including function execution time. | |
Helper class for timing function execution time.
LogTimer::LogTimer | ( | const QString & | categoryName, |
const QString & | func | ||
) |
Constructor. Creates an entry message to the log.
func | Name of the function. |