org.objectweb.proactive.benchmarks.timit.util
Class BenchmarkStatistics
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BenchmarkStatistics
public BenchmarkStatistics()
BenchmarkStatistics
public BenchmarkStatistics(HierarchicalTimerStatistics time,
EventStatistics events,
java.lang.String information)
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.