Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] tests: Fix time tracking in process_events #3041

Merged

Commits on May 24, 2018

  1. tests: Fix time tracking in process_events

    Use `perf_counter` (wall time) not `clock` (CPU time). `clock` is
    deprecated and platform dependent, but mostly does not measure time
    spent in sleep.
    ales-erjavec committed May 24, 2018
    Configuration menu
    Copy the full SHA
    600412e View commit details
    Browse the repository at this point in the history