public interface JamonPerformanceMonitor
| Modifier and Type | Method and Description |
|---|---|
String |
createReport()
Create a performance report
|
void |
start()
Start the monitor.
|
void |
stop()
Stop the monitor.
|
void |
stop(Throwable throwable)
Stop the monitor based on an Throwable.
|
void start()
void stop()
void stop(Throwable throwable)
throwable - the throwableString createReport() throws Exception
Exception - generating the report failedCopyright © 2004–1970 The Apache Software Foundation. All rights reserved.