com.jeffpalm.graph.report
Class EnergyComparator

java.lang.Object
  extended by com.jeffpalm.graph.report.EnergyComparator

public class EnergyComparator
extends java.lang.Object


Nested Class Summary
static class EnergyComparator.PLDIStats
           
 
Field Summary
 boolean acronym
           
 java.io.File arff_dir
           
 java.io.File base_comp_file
           
 java.io.File base_data_file
           
 java.io.File base_time_file
           
 boolean c4_5
           
 boolean c4_5_comments
           
 java.io.File c4_5_dir
           
 java.lang.String c4_5_name
           
 java.lang.Integer color_int
           
 java.io.File comma_dir
           
 java.io.File comma_file
           
 boolean commas
           
 java.io.File data_file
           
 boolean dump_totals
           
 double E1
           
 java.io.File excel_commas
           
 boolean foos
           
 java.lang.String graph_value
           
 java.lang.String header
           
 double IDLE_SCALE
           
 java.io.File image_dir
           
 java.io.File logfile
           
 java.lang.String mainclass
           
 boolean make_image
           
 int maxcols
           
 boolean note_files
           
 boolean once
           
 java.lang.String only
           
 java.io.File opt_data_file
           
 java.io.File opt_time_file
           
 java.io.File outlier_file
          Output outlier information to this file.
 boolean pldi
           
 boolean print_all
           
 boolean print_data
           
 boolean print_folded
           
 boolean print_formatted
           
 boolean print_results
           
 boolean qs
           
 boolean report_excludes
           
 boolean reverse
           
 double SCALE
           
 java.lang.String sep
           
 boolean short_string
           
 java.lang.String sort
           
 boolean split
           
 java.lang.String split_name
           
 double split_value
           
 java.io.File stats_file
           
 java.io.File summary_dir
           
 boolean verbose
           
 
Constructor Summary
EnergyComparator()
           
 
Method Summary
 java.lang.String compare(java.lang.String[] args)
           
 java.lang.String compare(java.lang.String[] args, EnergyCompare energyCompare)
           
 java.util.Collection datas(java.lang.String[] args)
           
static void main(java.lang.String[] args)
           
 java.lang.String realMain(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logfile

public java.io.File logfile

opt_time_file

public java.io.File opt_time_file

opt_data_file

public java.io.File opt_data_file

base_time_file

public java.io.File base_time_file

base_data_file

public java.io.File base_data_file

base_comp_file

public java.io.File base_comp_file

comma_dir

public java.io.File comma_dir

data_file

public java.io.File data_file

stats_file

public java.io.File stats_file

header

public java.lang.String header

graph_value

public java.lang.String graph_value

print_all

public boolean print_all

print_folded

public boolean print_folded

short_string

public boolean short_string

print_formatted

public boolean print_formatted

print_data

public boolean print_data

foos

public boolean foos

commas

public boolean commas

comma_file

public java.io.File comma_file

make_image

public boolean make_image

print_results

public boolean print_results

qs

public boolean qs

c4_5

public boolean c4_5

c4_5_dir

public java.io.File c4_5_dir

c4_5_name

public java.lang.String c4_5_name

c4_5_comments

public boolean c4_5_comments

arff_dir

public java.io.File arff_dir

report_excludes

public boolean report_excludes

color_int

public java.lang.Integer color_int

sep

public java.lang.String sep

split

public boolean split

mainclass

public java.lang.String mainclass

sort

public java.lang.String sort

reverse

public boolean reverse

split_name

public java.lang.String split_name

split_value

public double split_value

maxcols

public int maxcols

pldi

public boolean pldi

verbose

public boolean verbose

acronym

public boolean acronym

once

public boolean once

only

public java.lang.String only

image_dir

public java.io.File image_dir

excel_commas

public java.io.File excel_commas

summary_dir

public java.io.File summary_dir

dump_totals

public boolean dump_totals

outlier_file

public java.io.File outlier_file
Output outlier information to this file.


E1

public double E1

SCALE

public double SCALE

IDLE_SCALE

public double IDLE_SCALE

note_files

public boolean note_files
Constructor Detail

EnergyComparator

public EnergyComparator()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

datas

public java.util.Collection datas(java.lang.String[] args)
                           throws java.lang.Exception
Throws:
java.lang.Exception

realMain

public java.lang.String realMain(java.lang.String[] args)
                          throws java.lang.Exception
Throws:
java.lang.Exception

compare

public java.lang.String compare(java.lang.String[] args)
                         throws java.lang.Exception
Throws:
java.lang.Exception

compare

public java.lang.String compare(java.lang.String[] args,
                                EnergyCompare energyCompare)
                         throws java.lang.Exception
Throws:
java.lang.Exception