org.drools.planner.benchmark.statistic.memoryuse
Class MemoryUseStatistic

java.lang.Object
  extended by org.drools.planner.benchmark.statistic.AbstractSolverStatistic
      extended by org.drools.planner.benchmark.statistic.memoryuse.MemoryUseStatistic
All Implemented Interfaces:
SolverStatistic

public class MemoryUseStatistic
extends AbstractSolverStatistic


Nested Class Summary
protected static class MemoryUseStatistic.MemoryUseScvLine
           
 
Nested classes/interfaces inherited from class org.drools.planner.benchmark.statistic.AbstractSolverStatistic
AbstractSolverStatistic.AbstractSolverStatisticScvLine
 
Field Summary
 
Fields inherited from class org.drools.planner.benchmark.statistic.AbstractSolverStatistic
solverStatisticType
 
Constructor Summary
MemoryUseStatistic()
           
 
Method Summary
 void addListener(Solver solver, String configName)
           
 void removeListener(Solver solver, String configName)
           
protected  CharSequence writeCsvStatistic(File solverStatisticFilesDirectory, String baseName)
           
protected  CharSequence writeGraphStatistic(File solverStatisticFilesDirectory, String baseName)
           
 
Methods inherited from class org.drools.planner.benchmark.statistic.AbstractSolverStatistic
writeStatistic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryUseStatistic

public MemoryUseStatistic()
Method Detail

addListener

public void addListener(Solver solver,
                        String configName)

removeListener

public void removeListener(Solver solver,
                           String configName)

writeCsvStatistic

protected CharSequence writeCsvStatistic(File solverStatisticFilesDirectory,
                                         String baseName)
Specified by:
writeCsvStatistic in class AbstractSolverStatistic

writeGraphStatistic

protected CharSequence writeGraphStatistic(File solverStatisticFilesDirectory,
                                           String baseName)
Specified by:
writeGraphStatistic in class AbstractSolverStatistic


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.