|
||||||||||
| 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()
PerformanceMeterPerformanceMeter.stop() before subsequent calls
to this method or PerformanceMeter.commit().
start in class PerformanceMeterpublic void stop()
PerformanceMeterPerformanceMeter.start(), that follows any
previous call to this method.
stop in class PerformanceMeterpublic void commit()
PerformanceMeterPerformanceMeter.start() and
PerformanceMeter.stop() must not be called.
commit in class PerformanceMeterpublic void dispose()
PerformanceMeter
dispose in class PerformanceMeter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||