Uses of Class
com.caucho.tools.profiler.ProfilerPoint

Packages that use ProfilerPoint
com.caucho.sql   
com.caucho.tools.profiler   
 

Uses of ProfilerPoint in com.caucho.sql
 

Methods in com.caucho.sql with parameters of type ProfilerPoint
 void DriverConfig.setProfilerPoint(ProfilerPoint profilerPoint)
          Enables profiling for this driver.
 

Uses of ProfilerPoint in com.caucho.tools.profiler
 

Subclasses of ProfilerPoint in com.caucho.tools.profiler
 class CategorizingProfilerPoint
          Usage of the a ProfilerPoint returned by #createProfilerPoint(String) guarantees that this ProfilerPoint is an ancestor in the execution stack.
 

Methods in com.caucho.tools.profiler that return ProfilerPoint
 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()
           
 

Methods in com.caucho.tools.profiler with parameters of type ProfilerPoint
 int ProfilerPoint.compareTo(ProfilerPoint point)
           
protected  Profiler ProfilerPoint.start(ProfilerPoint parent)
           
 

Constructors in com.caucho.tools.profiler with parameters of type ProfilerPoint
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)