문제

I am using QNetworkAccessManager to GET certain data. Is it possible to know what time was spent in the actual transfer vs initial connection latency?

도움이 되었습니까?

해결책

The signal "downloadProgress" on QNetworkReply gives an indication of the "Start" & "End" time of the actual download process when that signal is emitted for the first and last time. So defining a slot for the signal and doing the calculations right, should handle the latency part.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top