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

Warn if monitored process walltime is very short #166

Merged
merged 1 commit into from
Sep 3, 2020
Merged

Conversation

graeme-a-stewart
Copy link
Member

If the wallclock time of the monitored process is
very short then the averages calculated will not
be very reliable, due to sampling effects. At least
print a warning in that case.

Closes #165

If the wallclock time of the monitored process is
very short then the averages calculated will not
be very reliable, due to sampling effects. At least
print a warning in that case.
@amete
Copy link
Collaborator

amete commented Sep 3, 2020

Thanks a lot Graeme, this looks good.

Now that we're increasing the number of messages, I think it would be nice push #106. Currently, either turning on/off debugging or deciphering where the errors are actually coming from might be a bit challenging.

@amete amete merged commit a8e2195 into master Sep 3, 2020
@amete amete deleted the wtime-warn branch September 3, 2020 12:42
@amete amete mentioned this pull request Sep 7, 2020
@graeme-a-stewart graeme-a-stewart added this to the v2.1 milestone Sep 8, 2020
@amete amete restored the wtime-warn branch January 27, 2022 15:51
@amete amete deleted the wtime-warn branch January 27, 2022 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Print a warning when runtime is < sample time
2 participants