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

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

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

Represents some pure counter statistics of one run

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

Constructor Summary
EventStatistics()
           
EventStatistics(java.lang.String[] counterName, java.lang.Object[] value, int nb, EventDataBag statDataBag)
           
 
Method Summary
 java.lang.String format(double t)
           
 java.lang.Object getEventDataValue(java.lang.String name)
           
 java.lang.Object getEventValue(int i)
           
 java.lang.Object getEventValue(java.lang.String name)
           
 java.lang.String getFormValue(int i)
           
 java.lang.String getName(int i)
           
 int getNb()
           
 EventDataBag getStatDataBag()
           
 void setTimerName(int id, java.lang.String name)
           
 java.lang.String show()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventStatistics

public EventStatistics()

EventStatistics

public EventStatistics(java.lang.String[] counterName,
                       java.lang.Object[] value,
                       int nb,
                       EventDataBag statDataBag)
Method Detail

getEventValue

public java.lang.Object getEventValue(int i)

getEventValue

public java.lang.Object getEventValue(java.lang.String name)

getEventDataValue

public java.lang.Object getEventDataValue(java.lang.String name)

getFormValue

public java.lang.String getFormValue(int i)

getName

public java.lang.String getName(int i)

getStatDataBag

public EventDataBag getStatDataBag()

getNb

public int getNb()

setTimerName

public void setTimerName(int id,
                         java.lang.String name)

toString

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

show

public java.lang.String show()

format

public final java.lang.String format(double t)


Copyright 2001-2007 INRIA All Rights Reserved.