wt.tools.profiler
Interface ProfilerService
- All Known Implementing Classes:
- ProfilerServiceFwd, StandardProfilerService
- public interface ProfilerService
getRegAdapters
public ProfilingKey[] getRegAdapters()
throws WTException
- Returns:
- ProfilingKey[]
- Throws:
WTException
enableAdapters
public int enableAdapters(ProfilingKey[] keys)
throws WTException
- Parameters:
keys
-
- Returns:
- int
- Throws:
WTException
disableAdapters
public int disableAdapters(ProfilingKey[] keys)
throws WTException
- Parameters:
keys
-
- Returns:
- int
- Throws:
WTException
getProfData
public ProfilerWrapper getProfData()
throws WTException
- Returns:
- ProfilerWrapper
- Throws:
WTException
pollProfData
public ProfilerFeedback pollProfData()
throws WTException
- This call makes use of wt.feedback to report the profiling data at
regular intervals
- Returns:
- ProfilerFeedback
- Throws:
WTException