Skip to content
New issue

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

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

Already on GitHub? # to your account

SummaryDataWriter.java: uncorrectly using isSignificant() for fullGCPause @line213? #64

Closed
XunjunYin opened this issue Apr 16, 2013 · 2 comments
Labels
Milestone

Comments

@XunjunYin
Copy link
Contributor

hi,

I wonder whether the following is the correct way using isSignificant() method:
213: exportValue(out, "avgFullGCPauseIsSig", isSignificant(model.getFullGCPause().average(), model.getFullGCPause().standardDeviation()));

my version is 1.32

212: if (fullGCDataAvailable) {
213: exportValue(out, "avgFullGCPauseIsSig", isSignificant(model.getFullGCPause().average(), model.getPause().standardDeviation()));
214: exportValue(out, "avgFullGCPause", pauseFormatter.format(model.getFullGCPause().average()), "s");
215: exportValue(out, "avgFullGCPause\u03c3", pauseFormatter.format(model.getFullGCPause().standardDeviation()), "s");
216: }
217: else {
218: exportValue(out, "avgFullGCPause", "n.a.", "s");
219: }

regards
elsewhere-

@chewiebug
Copy link
Owner

Hi,

You sure are right that this is not correct!

I would like to set you as the author of this contribution, in order to make it show up in your github profile. I need the email address that is linked to your github account to be able to it. Please send it to gcviewer@gmx.ch.

Regards, Jörg

@chewiebug
Copy link
Owner

Hi,

I have committed your fix, thank you very much for your contribution!

Regards, Jörg

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants