Interface JamonPerformanceMonitor
- All Known Implementing Classes:
Jamon1PerformanceMonitorImpl
,Jamon2PerformanceMonitorImpl
public interface JamonPerformanceMonitor
Expose the start()/stop() methods for performance monitors independent from their concrete
implementation.
- Author:
- Siegfried Goeschl
-
Method Summary
-
Method Details
-
start
void start()Start the monitor. -
stop
void stop()Stop the monitor. -
stop
Stop the monitor based on an Throwable.- Parameters:
throwable
- the throwable
-
createReport
Create a performance report- Returns:
- the textual performance report
- Throws:
Exception
- generating the report failed
-