Start the chronometer.
Change-Id: Ia165ce4a79b108ddb0d74a7d8fccd4f48fe14442 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
parent
388745ecc8
commit
b9feb88466
@ -64,6 +64,7 @@ public:
|
|||||||
ScopedProfiler(const QString &msg)
|
ScopedProfiler(const QString &msg)
|
||||||
{
|
{
|
||||||
m_msg = msg;
|
m_msg = msg;
|
||||||
|
m_timer.start();
|
||||||
}
|
}
|
||||||
~ScopedProfiler()
|
~ScopedProfiler()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user