|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.test.performance.PerformanceMeter
org.eclipse.test.internal.performance.NullPerformanceMeter
public class NullPerformanceMeter
Null performance meter.
Constructor Summary | |
---|---|
NullPerformanceMeter()
|
Method Summary | |
---|---|
void |
commit()
Called exactly once after repeated measurements are done and before their analysis. |
void |
dispose()
Dispose associated resources. |
void |
start()
Called immediately before the operation to measure. |
void |
stop()
Called immediately after the operation to measure. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullPerformanceMeter()
Method Detail |
---|
public void start()
PerformanceMeter
PerformanceMeter.stop()
before subsequent calls
to this method or PerformanceMeter.commit()
.
start
in class PerformanceMeter
public void stop()
PerformanceMeter
PerformanceMeter.start()
, that follows any
previous call to this method.
stop
in class PerformanceMeter
public void commit()
PerformanceMeter
PerformanceMeter.start()
and
PerformanceMeter.stop()
must not be called.
commit
in class PerformanceMeter
public void dispose()
PerformanceMeter
dispose
in class PerformanceMeter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |