Skip to content

Commit

Permalink
SyncEngine: Show more timing measurements #3064
Browse files Browse the repository at this point in the history
  • Loading branch information
guruz committed Apr 2, 2015
1 parent ee0aec5 commit 9b9f0bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libsync/syncengine.cpp
Expand Up @@ -692,7 +692,7 @@ void SyncEngine::slotDiscoveryJobFinished(int discoveryResult)
return;
}

_stopWatch.addLapTime(QLatin1String("Reconcile Finished"));
qDebug() << "<<#### Reconcile end #################################################### " << _stopWatch.addLapTime(QLatin1String("Reconcile Finished"));

_progressInfo = Progress::Info();

Expand Down Expand Up @@ -793,6 +793,8 @@ void SyncEngine::slotDiscoveryJobFinished(int discoveryResult)
emit(started());

_propagator->start(_syncedItems);

qDebug() << "<<#### Post-Reconcile end #################################################### " << _stopWatch.addLapTime(QLatin1String("Post-Reconcile Finished"));
}

void SyncEngine::slotCleanPollsJobAborted(const QString &error)
Expand Down

0 comments on commit 9b9f0bd

Please sign in to comment.