bcds.phison.sim
Class SxStdoutBasic

java.lang.Object
  extended by bcds.phison.sim.StatsExporterBase
      extended by bcds.phison.sim.SxStdoutBasic
All Implemented Interfaces:
StatsExporter, WithEnvParams

public class SxStdoutBasic
extends StatsExporterBase

The SxStdoutBasic class is an exporter that prints (some) of the statistical collectors reports to stdout. The output is as follows:

Author:
Juan Segovia S.

Constructor Summary
SxStdoutBasic()
           
 
Method Summary
 void run()
          Prints the collectors reports, as described in the class' introduction.
 
Methods inherited from class bcds.phison.sim.StatsExporterBase
getEnviron, getEnvParams, getName, sanitizeFilename, setup, stats
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SxStdoutBasic

public SxStdoutBasic()
Method Detail

run

public void run()
Prints the collectors reports, as described in the class' introduction.