com.jeffpalm.graph.report
Class MethodTimeComparator
java.lang.Object
com.jeffpalm.graph.report.MethodTimeComparator
public class MethodTimeComparator
- extends java.lang.Object
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 |
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
MethodTimeComparator
public MethodTimeComparator()
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