google / mobly

E2E test framework for tests with complex environment requirements.
https://github.com/google/mobly
Apache License 2.0
628 stars 175 forks source link

Prefer monotonic time from perf_counter for time measurement. #725

Closed eric100lin closed 3 years ago

eric100lin commented 3 years ago

Reference: https://docs.python.org/3/library/time.html#time.perf_counter https://www.webucator.com/blog/2015/08/python-clocks-explained/


This change is Reviewable