Package edu.umd.cs.findbugs.log
Interface IProfiler
-
- All Known Implementing Classes:
Profiler
,ProfileSummary
public interface IProfiler
- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Profiler.Profile
getProfile(java.lang.Class<?> targetClass)
-
-
-
Method Detail
-
getProfile
Profiler.Profile getProfile(java.lang.Class<?> targetClass)
-
-