org.objectweb.proactive.benchmarks.timit.util
Class BenchmarkStatistics

java.lang.Object
  extended by org.objectweb.proactive.benchmarks.timit.util.BenchmarkStatistics
All Implemented Interfaces:
java.io.Serializable

public class BenchmarkStatistics
extends java.lang.Object
implements java.io.Serializable

This class represents a set of statistics for one run. It contains informations about memory, Java version, OS version, ProActive version and number of processors available.

Author:
Brian Amedro, Vladimir Bodnartchouk
See Also:
Serialized Form

Constructor Summary
BenchmarkStatistics()
           
BenchmarkStatistics(HierarchicalTimerStatistics time, EventStatistics events, java.lang.String information)
           
 
Method Summary
 EventStatistics getEventsStatistics()
           
 java.lang.String getFinalEnvironment()
           
 java.lang.String getInformation()
           
 HierarchicalTimerStatistics getTimerStatistics()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BenchmarkStatistics

public BenchmarkStatistics()

BenchmarkStatistics

public BenchmarkStatistics(HierarchicalTimerStatistics time,
                           EventStatistics events,
                           java.lang.String information)
Method Detail

getTimerStatistics

public HierarchicalTimerStatistics getTimerStatistics()

getEventsStatistics

public EventStatistics getEventsStatistics()

getFinalEnvironment

public java.lang.String getFinalEnvironment()

getInformation

public java.lang.String getInformation()

toString

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


Copyright 2001-2007 INRIA All Rights Reserved.