Skip to content

Improved output

Leandro Watanabe requested to merge improve_output into master

@jbeyler01 @mcao01 @rrose01

Changes: I changed how output is displayed Now the output is like this: python -m dacapo.run --events=cycles --dacapo=probes/dacapo-9.12-bach.jar

Dynamic Analysis

Benchmark: fop Invocation 1 cycles time 0 13566000728 1777

python -m dacapo.run --static_analysis --dacapo=probes/dacapo-9.12-bach.jar

Static Analysis

class wmc dit noc cbo rfc

0 org.apache.fop.fo.properties.PropertyCache$Cac... 7 1 0 2 9

1 org.apache.fop.fo.pagination.StaticContent 6 0 0 6 22

2 org.apache.fop.area.inline.InlineArea$InlineAd... 2 1 1 1 3

3 org.apache.fop.layoutmgr.Position 8 1 9 1 17

4 org.apache.fop.layoutmgr.LayoutManagerMaker 8 1 0 15 8
...

Features: Added a function to export csv files for report, dynamic analysis, and static analysis.

Edited by Leandro Watanabe

Merge request reports