Why does the time returned by loop.stop() not stop with the event loop?

I want to create an event loop for network downloads, with the possibility to pause the event loop.Each time the event loop is paused, the function of obtaining the real-time download speed for performance analysis will fail (because the obtained time interval does not match the actual time interval).The time module already has the function of getting a monotonic clock. I hope loop.time() can have more functions.