rvasa / jseat

Automatically exported from code.google.com/p/jseat
0 stars 0 forks source link

New console tool for reporting - JSeatReport #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Background:
The JSeatExtractor has been updated as a quick command line tool for 
creating JSeat projects (Issue 21). This now requires a new command line 
tool for reporting purposes.

Solution:

JSeatReport -i input.jpf -r default.rep reportNum

Example default.rep file:
#-------------------------------------------------------------------
#       Java Software Evolution Analysis Tool Report File
#-------------------------------------------------------------------
#           Wed Jun 06 21:55:19 EST 2007
#   ID,ClassName,Description,Comma separated list of args
#-------------------------------------------------------------------
#           Correlation Reports
#-------------------------------------------------------------------
1,CorrelationReportVisitor,Correlation Analysis (Fan 
In/Out),raw_size_count,[fan_in_count,fan_out_count]
2,CorrelationReportVisitor,Correlation Analysis (Load/Store 
Count),raw_size_count,[load_count,store_count]
3,CorrelationReportVisitor,Correlation Analysis (Branching),raw_size_count,
[method_count,branch_count]

Example invocation to run the second report from this report file on a pre-
generated groovy project.

JSeatReport -i groovy.jpf -r default.rep 2

Original issue reported on code.google.com by jtha...@gmail.com on 29 Aug 2007 at 9:07

GoogleCodeExporter commented 9 years ago
Fixed:
This has now been completed and can be invocated exactly as per instructions 
aloutlined above.

Original comment by jtha...@gmail.com on 29 Aug 2007 at 9:34