Schnittstelle JamonPerformanceMonitor
- Alle bekannten Implementierungsklassen:
Jamon1PerformanceMonitorImpl
,Jamon2PerformanceMonitorImpl
public interface JamonPerformanceMonitor
Expose the start()/stop() methods for performance monitors independent from their concrete
implementation.
- Autor:
- Siegfried Goeschl
-
Methodenübersicht
-
Methodendetails
-
start
void start()Start the monitor. -
stop
void stop()Stop the monitor. -
stop
Stop the monitor based on an Throwable.- Parameter:
throwable
- the throwable
-
createReport
Create a performance report- Gibt zurück:
- the textual performance report
- Löst aus:
Exception
- generating the report failed
-