GCViewer icon indicating copy to clipboard operation
GCViewer copied to clipboard

[WIP] Csv full

Open pveentjer opened this issue 8 years ago • 1 comments

Contains a new CSV writer that gives more detailed output than the CSV/CSV_TS.

It is still work in progress; a more detail on gc times and probably some other derived information would be useful. Also the commits need to be flattened etc.

pveentjer avatar Mar 07 '17 04:03 pveentjer

Codecov Report

Merging #186 into develop will decrease coverage by 0.82%. The diff coverage is 3.7%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #186      +/-   ##
=============================================
- Coverage      69.94%   69.12%   -0.83%     
- Complexity      1479     1480       +1     
=============================================
  Files            145      146       +1     
  Lines           8396     8483      +87     
  Branches        1374     1350      -24     
=============================================
- Hits            5873     5864       -9     
- Misses          1948     2048     +100     
+ Partials         575      571       -4
Impacted Files Coverage Δ Complexity Δ
...agtraum/perf/gcviewer/exp/impl/SimpleGcWriter.java 66.66% <ø> (ø) 9 <0> (ø) :arrow_down:
...raum/perf/gcviewer/exp/impl/CSVFullDataWriter.java 0% <0%> (ø) 0 <0> (?)
...com/tagtraum/perf/gcviewer/exp/DataWriterType.java 100% <100%> (ø) 1 <0> (ø) :arrow_down:
...raum/perf/gcviewer/exp/impl/DataWriterFactory.java 25% <14.28%> (-2.28%) 2 <0> (ø)
...com/tagtraum/perf/gcviewer/ctrl/action/Export.java 50% <66.66%> (+0.76%) 2 <0> (ø) :arrow_down:
...com/tagtraum/perf/gcviewer/imp/ParseException.java 53.84% <0%> (-3.3%) 3% <0%> (ø)
...va/com/tagtraum/perf/gcviewer/view/GCDocument.java 33.97% <0%> (-0.97%) 23% <0%> (ø)
...om/tagtraum/perf/gcviewer/imp/DataReaderTools.java 88.23% <0%> (-0.66%) 15% <0%> (ø)
...java/com/tagtraum/perf/gcviewer/model/GCModel.java 85.71% <0%> (-0.15%) 130% <0%> (ø)
...tagtraum/perf/gcviewer/view/ModelMetricsPanel.java 95.89% <0%> (-0.04%) 5% <0%> (ø)
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 99ceac8...3a4b8af. Read the comment docs.

codecov-io avatar Dec 29 '18 10:12 codecov-io