org.objectweb.proactive.benchmarks.timit.util.FakeTimer Class Reference

Class used only for performances. More...

Inheritance diagram for org.objectweb.proactive.benchmarks.timit.util.FakeTimer:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.proactive.benchmarks.timit.util.FakeTimer:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void start (int n)
 Starts a counter.
void stop (int n)
 Stops the adequate counter.
void resetTimer (int n)
void setValue (int n, int t)
void addValue (int n, int t)
boolean isStarted (int n)
 Know if a counter is started or not.
int getElapsedTime ()
int getHierarchicalTime ()
int getTotalTime ()

Static Public Member Functions

static HierarchicalTimer getInstance ()

Detailed Description

Class used only for performances.

Author:
Brian Amedro, Vladimir Bodnartchouk

Definition at line 39 of file FakeTimer.java.


Member Function Documentation

void org.objectweb.proactive.benchmarks.timit.util.FakeTimer.start ( int  n  ) 

Starts a counter.

Parameters:
n The integer that idetifies the timer to stop.

Reimplemented from org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer.

Definition at line 47 of file FakeTimer.java.

void org.objectweb.proactive.benchmarks.timit.util.FakeTimer.stop ( int  n  ) 

Stops the adequate counter.

Parameters:
n The integer that idetifies the timer to stop.

Reimplemented from org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer.

Definition at line 50 of file FakeTimer.java.

boolean org.objectweb.proactive.benchmarks.timit.util.FakeTimer.isStarted ( int  n  ) 

Know if a counter is started or not.

Parameters:
n the id of the counter
Returns:
true if started, false otherwise

Reimplemented from org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer.

Definition at line 62 of file FakeTimer.java.


The documentation for this class was generated from the following file:
Generated on Mon Jan 22 15:16:14 2007 for ProActive by  doxygen 1.5.1