public interface JamonPerformanceMonitor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createReport()
Create a performance report
|
void |
start()
Start the monitor.
|
void |
stop()
Stop the monitor.
|
void |
stop(java.lang.Throwable throwable)
Stop the monitor based on an Throwable.
|
void start()
void stop()
void stop(java.lang.Throwable throwable)
throwable
- the throwablejava.lang.String createReport() throws java.lang.Exception
java.lang.Exception
- generating the report failedCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.