| Package | Description |
|---|---|
| org.opencms.db.timing |
Utility classes for profiling driver calls
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsDefaultProfilingHandler
Default profiling handler which only has a single instance and delegates method calls to its
registered child handlers.
|
class |
CmsThreadStatsTreeProfilingHandler
Builds up a tree whose nodes correspond to stack trace lines of the threads calling this
profiling handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsDefaultProfilingHandler.addHandler(I_CmsProfilingHandler handler)
Adds a handler.
|
void |
CmsDefaultProfilingHandler.removeHandler(I_CmsProfilingHandler handler)
Removes a handler.
|
| Constructor and Description |
|---|
CmsProfilingInvocationHandler(java.lang.Object target,
I_CmsProfilingHandler timingConsumer)
Creates a new handler instance.
|