aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connection.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/connection.cpp b/connection.cpp
index 80685dd1..7ba11145 100644
--- a/connection.cpp
+++ b/connection.cpp
@@ -675,7 +675,10 @@ void Connection::saveState(const QUrl &toFile) const
inviteRooms.insert(i->id(), i->toJson());
else
rooms.insert(i->id(), i->toJson());
+ QElapsedTimer et1; et1.start();
QCoreApplication::processEvents();
+ if (et1.elapsed() > 1)
+ qCDebug(PROFILER) << "processEvents() borrowed" << et1;
}
if (!rooms.isEmpty())