edu.ucla.belief.rc2.structure
Class RC2.ComputationStats

Object
  extended by RC2.ComputationStats
Enclosing class:
RC2

public static final class RC2.ComputationStats
extends Object


Constructor Summary
RC2.ComputationStats(String nm, double mem, int numNodes, double cls_all, double cls_pe)
           
 
Method Summary
 double memUsed()
           
 double memUsedMB()
           
 int numNodesCached()
           
 double rcCalls_all()
           
 double rcCalls_pe()
           
 String toString_all()
           
 String toString_pe()
           
 String toString()
           
 String toString(String prefix)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RC2.ComputationStats

public RC2.ComputationStats(String nm,
                            double mem,
                            int numNodes,
                            double cls_all,
                            double cls_pe)
Method Detail

memUsed

public double memUsed()

memUsedMB

public double memUsedMB()

numNodesCached

public int numNodesCached()

rcCalls_all

public double rcCalls_all()

rcCalls_pe

public double rcCalls_pe()

toString_all

public String toString_all()

toString_pe

public String toString_pe()

toString

public String toString()
Overrides:
toString in class Object

toString

public String toString(String prefix)


Copyright 2010 UCLA Automated Reasoning Group