Package | Description |
---|---|
com.caucho.sql | |
com.caucho.tools.profiler |
Class and Description |
---|
ProfilerPoint
Represents a unique point at which profiling is performed.
|
ProfilerPointConfig
Configure a ProfilerPoint.
|
Class and Description |
---|
Profiler
Each thread has a
Profiler that is used to demarcate the start() and
finish() of code execution at a ProfilerPoint . |
ProfilerManager
The main entry point for profiling.
|
ProfilerMBean |
ProfilerPoint
Represents a unique point at which profiling is performed.
|