Package | Description |
---|---|
com.caucho.sql | |
com.caucho.tools.profiler |
Modifier and Type | Method and Description |
---|---|
void |
DriverConfig.setProfilerPoint(ProfilerPoint profilerPoint)
Enables profiling for this driver.
|
Modifier and Type | Class and Description |
---|---|
class |
CategorizingProfilerPoint
Usage of the a ProfilerPoint returned by
#createProfilerPoint(String)
guarantees that this ProfilerPoint is an ancestor in the execution stack. |
Modifier and Type | Method and Description |
---|---|
ProfilerPoint |
ProfilerManager.addProfilerPoint(java.lang.String name) |
ProfilerPoint |
ProfilerPoint.addProfilerPoint(java.lang.String name) |
protected ProfilerPoint |
CategorizingProfilerPoint.create(java.lang.String name) |
protected ProfilerPoint |
ProfilerPoint.create(java.lang.String name) |
ProfilerPoint |
ProfilerManager.getCategorizingProfilerPoint(java.lang.String name) |
ProfilerPoint |
ProfilerManager.getProfilerPoint(java.lang.String name) |
ProfilerPoint |
ProfilerManager.getRoot() |
ProfilerPoint |
ProfilerPointConfig.replaceObject() |
Modifier and Type | Method and Description |
---|---|
int |
ProfilerPoint.compareTo(ProfilerPoint point) |
protected Profiler |
ProfilerPoint.start(ProfilerPoint parent) |
Constructor and Description |
---|
CallableStatementWrapper(ProfilerPoint profilerPoint,
java.sql.CallableStatement callableStatement) |
ConnectionPoolDataSourceWrapper(ProfilerPoint profilerPoint,
javax.sql.ConnectionPoolDataSource dataSource) |
ConnectionWrapper(ProfilerPoint profilerPoint,
java.sql.Connection connection) |
DataSourceWrapper(ProfilerPoint profilerPoint,
javax.sql.DataSource dataSource) |
DriverWrapper(ProfilerPoint profilerPoint,
java.sql.Driver driver) |
PooledConnectionWrapper(ProfilerPoint profilerPoint,
javax.sql.PooledConnection connection) |
PreparedStatementWrapper(ProfilerPoint profilerPoint,
java.sql.PreparedStatement preparedStatement) |
ResultSetWrapper(ProfilerPoint profilerPoint,
java.sql.ResultSet resultSet) |
StatementWrapper(ProfilerPoint profilerPoint,
java.sql.Statement statement) |
XAConnectionWrapper(ProfilerPoint profilerPoint,
javax.sql.XAConnection connection) |
XADataSourceWrapper(ProfilerPoint profilerPoint,
javax.sql.XADataSource dataSource) |
XAResourceWrapper(ProfilerPoint profilerPoint,
XAResource xaResource) |