A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/chewiebug/GCViewer/issues/64 below:

uncorrectly using isSignificant() for fullGCPause @line213? · Issue #64 · chewiebug/GCViewer · GitHub

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-


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4