omergertel / pyformance

Performance metrics, based on Coda Hale's Yammer metrics
Other
195 stars 72 forks source link

Less cpu load on Python 3 in reporter loop thread #60

Closed hajs closed 5 years ago

hajs commented 6 years ago

This is a minor improvement. Event.wait is better than time.sleep:

See the following page for details: https://stackoverflow.com/questions/29082268/python-time-sleep-vs-event-wait