Definition at line 16 of file stats.h.
◆ Stats()
◆ ~Stats()
◆ profileEnd()
| void Stats::profileEnd |
( |
const QString & | action | ) |
|
|
virtual |
Called after an action is executed to stop counting it's time
Definition at line 40 of file stats.cpp.
References Stats().
◆ profileStart()
| void Stats::profileStart |
( |
const QString & | action | ) |
|
|
virtual |
Called before an action is executed to start counting it's time
Definition at line 31 of file stats.cpp.
References Stats().
◆ report()
| QByteArray Stats::report |
( |
| ) |
|
|
virtual |
Returns a text report of collected timmings
Definition at line 51 of file stats.cpp.
References Stats().