Inheritance diagram for org.objectweb.proactive.benchmarks.timit.util.FakeTimer:
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 () |
Definition at line 39 of file FakeTimer.java.
void org.objectweb.proactive.benchmarks.timit.util.FakeTimer.start | ( | int | n | ) |
Starts a counter.
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.
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.
n | the id of the counter |
Reimplemented from org.objectweb.proactive.benchmarks.timit.util.HierarchicalTimer.
Definition at line 62 of file FakeTimer.java.