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

Replace time.clock() with time.time() #226

Merged
merged 1 commit into from
Mar 2, 2020
Merged

Conversation

andreypz
Copy link
Contributor

I think it is more useful to count wall time of event processing with time.time() rather than time.clock(). This would be more useful for timing comparisons.
Example: if a file served via xrootd it may take much longer to run, but the progress with time.clock() reports the CPU time as though it runs from a local machine.

@fgolf fgolf merged commit f4c0d76 into cms-nanoAOD:master Mar 2, 2020
@andreypz andreypz deleted the patch-1 branch October 29, 2020 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants