com.jeffpalm.graph.report
Class EnergyComparator.PLDIStats

java.lang.Object
  extended by com.jeffpalm.graph.report.EnergyComparator.PLDIStats
Enclosing class:
EnergyComparator

public static class EnergyComparator.PLDIStats
extends java.lang.Object


Field Summary
 double basetime
           
 double bytecode
           
 double calls
           
 double codesize
           
 double localBaseline
           
 double localOpt
           
 double localOptQuotient
           
 double minQuotient
           
 java.lang.String name
           
 double opttime
           
 double serverBaseline
           
 double serverBaselineQuotient
           
 double serverBaselineWithIdle
           
 double serverBaselineWithIdleQuotient
           
 double serverOpt
           
 double serverOptQuotient
           
 double serverOptWithIdle
           
 double serverOptWithIdleQuotient
           
 
Constructor Summary
EnergyComparator.PLDIStats()
           
EnergyComparator.PLDIStats(java.lang.String name)
           
 
Method Summary
static java.lang.reflect.Field[] energyFields()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

localBaseline

public double localBaseline

localOpt

public double localOpt

serverBaseline

public double serverBaseline

serverBaselineWithIdle

public double serverBaselineWithIdle

serverOpt

public double serverOpt

serverOptWithIdle

public double serverOptWithIdle

localOptQuotient

public double localOptQuotient

serverBaselineQuotient

public double serverBaselineQuotient

serverOptQuotient

public double serverOptQuotient

serverBaselineWithIdleQuotient

public double serverBaselineWithIdleQuotient

serverOptWithIdleQuotient

public double serverOptWithIdleQuotient

minQuotient

public double minQuotient

codesize

public double codesize

bytecode

public double bytecode

basetime

public double basetime

opttime

public double opttime

calls

public double calls
Constructor Detail

EnergyComparator.PLDIStats

public EnergyComparator.PLDIStats(java.lang.String name)

EnergyComparator.PLDIStats

public EnergyComparator.PLDIStats()
Method Detail

energyFields

public static final java.lang.reflect.Field[] energyFields()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object