Start the chronometer.

Change-Id: Ia165ce4a79b108ddb0d74a7d8fccd4f48fe14442
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
BogDan Vatra 2014-02-18 15:26:30 +02:00 committed by The Qt Project
parent 388745ecc8
commit b9feb88466

View File

@ -64,6 +64,7 @@ public:
ScopedProfiler(const QString &msg)
{
m_msg = msg;
m_timer.start();
}
~ScopedProfiler()
{