Uses of Interface
seda.sandStorm.api.ProfilerIF

Packages that use ProfilerIF
seda.sandStorm.api   
seda.sandStorm.internal   
 

Uses of ProfilerIF in seda.sandStorm.api
 

Methods in seda.sandStorm.api that return ProfilerIF
 ProfilerIF ManagerIF.getProfiler()
          Returns a handle to the system profiler.
 

Uses of ProfilerIF in seda.sandStorm.internal
 

Classes in seda.sandStorm.internal that implement ProfilerIF
(package private)  class sandStormProfiler
          sandStormProfiler is an implementation of the ProfilerIF interface for Sandstorm.
 

Methods in seda.sandStorm.internal that return ProfilerIF
 ProfilerIF sandStormMgr.getProfiler()
          Return the system profiler.