Skip to content

neper: fix histogram printing in csv files. #25

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chenshuo
Copy link
Collaborator

The quantiles in rr_snap_opaque struct are in seconds, not microseconds,
no longer need to divide by 1,000,000.

The quantiles in rr_snap_opaque struct are in seconds, not microseconds,
no longer need to divide by 1,000,000.
Copy link
Collaborator

@wdebruij wdebruij left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this a bug all this time?

Changing output of the test may cause breakage of any tools, such as continuous testing infra, that is built on it.

@luigirizzo
Copy link
Contributor

Was this a bug all this time?

yes it looks like this was a bug all the time and the feature was unused.

Changing output of the test may cause breakage of any tools, such as continuous testing infra, that is built on it.

The output format is not changed, so any tool built on top of it must continue to work (if not, there is a bug in the tool that uses the output).

The patch only makes the output values correct, instead of printing all zeros (which makes any test using the current output pointless).

@luigirizzo luigirizzo mentioned this pull request Jan 5, 2024
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.

3 participants