|
LMMS
|
The PerfLog class. More...
#include <PerfLog.h>
Public Member Functions | |
| PerfLogTimer (const QString &name) | |
| ~PerfLogTimer () | |
| void | begin () |
| void | end () |
Private Attributes | |
| QString | name |
| PerfTime | begin_time |
The PerfLog class.
Measures time between construction and destruction and prints the result to stderr, along with name. Alternatively, call begin() and end() explicitly.
| lmms::PerfLogTimer::PerfLogTimer | ( | const QString & | name | ) |
| lmms::PerfLogTimer::~PerfLogTimer | ( | ) |
| void lmms::PerfLogTimer::begin | ( | ) |
| void lmms::PerfLogTimer::end | ( | ) |
|
private |
|
private |