diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-08 23:28:21 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-08 23:28:21 +0100 |
commit | 5fb9a6a9024eaf7b94f20eefcffce928adeaed78 (patch) | |
tree | 079ac077e062c20ea235238dda57f4053b8b360a /common/listener.cpp | |
parent | 44744e281a56488c7ef257e12ca379ec4ceb2cdd (diff) | |
download | sink-5fb9a6a9024eaf7b94f20eefcffce928adeaed78.tar.gz sink-5fb9a6a9024eaf7b94f20eefcffce928adeaed78.zip |
Gather more timings
Diffstat (limited to 'common/listener.cpp')
-rw-r--r-- | common/listener.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/listener.cpp b/common/listener.cpp index d2fa266..ed6f305 100644 --- a/common/listener.cpp +++ b/common/listener.cpp | |||
@@ -237,7 +237,7 @@ void Listener::processCommand(int commandId, uint messageId, const QByteArray &c | |||
237 | job = job.then<void>(loadResource()->processAllMessages()); | 237 | job = job.then<void>(loadResource()->processAllMessages()); |
238 | } | 238 | } |
239 | job.then<void>([callback, timer]() { | 239 | job.then<void>([callback, timer]() { |
240 | Trace() << "Sync took " << timer->elapsed(); | 240 | Trace() << "Sync took " << Sink::Log::TraceTime(timer->elapsed()); |
241 | callback(true); | 241 | callback(true); |
242 | }).exec(); | 242 | }).exec(); |
243 | return; | 243 | return; |