Package org.opencms.db.timing
Interface I_CmsProfilingHandler
- All Known Implementing Classes:
CmsDefaultProfilingHandler
,CmsThreadStatsTreeProfilingHandler
public interface I_CmsProfilingHandler
Profiling handler interface which gets informed of method call durations.
-
Method Summary
-
Method Details
-
putTime
Adds measured method call duration.- Parameters:
key
- a key identifying the methodnanos
- the nanoseconds measured
-