com.jeffpalm.graph.report
Class MethodTimeComparator

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

public class MethodTimeComparator
extends java.lang.Object


Field Summary
 java.io.File base_comp_file
           
 java.io.File base_data_file
           
 java.io.File base_time_file
           
 java.lang.Integer color_int
           
 java.io.File comma_dir
           
 boolean commas
           
 boolean foos
           
 java.lang.String graph_value
           
 java.lang.String header
           
 java.lang.String mainclass
           
 boolean make_image
           
 int maxcols
           
 java.io.File opt_data_file
           
 java.io.File opt_time_file
           
 boolean print_all
           
 boolean print_data
           
 boolean print_folded
           
 boolean print_formatted
           
 boolean print_results
           
 boolean reverse
           
 java.lang.String sep
           
 boolean short_string
           
 java.lang.String sort
           
 boolean split
           
 java.lang.String split_name
           
 double split_value
           
 
Constructor Summary
MethodTimeComparator()
           
 
Method Summary
 java.util.Collection compare(java.io.File timeFile, java.io.File dataFile, java.lang.String[] args, java.lang.String type)
           
 java.lang.String compare(java.lang.String[] args)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

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

make_image

public boolean make_image

print_results

public boolean print_results

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
Constructor Detail

MethodTimeComparator

public MethodTimeComparator()
Method Detail

main

public static void main(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.util.Collection compare(java.io.File timeFile,
                                    java.io.File dataFile,
                                    java.lang.String[] args,
                                    java.lang.String type)
                             throws java.lang.Exception
Throws:
java.lang.Exception