Uses of Interface
com.flat502.rox.utils.Profiler

Packages that use Profiler
com.flat502.rox.client Client-side API and supporting classes. 
com.flat502.rox.processing Central location for shared client- and server-side processing logic. 
com.flat502.rox.utils A collection of utility classes supporting the underlying implementation. 
 

Uses of Profiler in com.flat502.rox.client
 

Methods in com.flat502.rox.client with parameters of type Profiler
 void ClientResourcePool.registerProfiler(Profiler p)
           
 

Uses of Profiler in com.flat502.rox.processing
 

Methods in com.flat502.rox.processing with parameters of type Profiler
 void ResourcePool.registerProfiler(Profiler p)
           
 void HttpRpcProcessor.registerProfiler(Profiler p)
           
 

Uses of Profiler in com.flat502.rox.utils
 

Classes in com.flat502.rox.utils that implement Profiler
 class LoggingProfiler
           
 class ProfilerCollection
           
 

Methods in com.flat502.rox.utils with parameters of type Profiler
 void ProfilerCollection.addProfiler(Profiler p)