Package edu.umd.cs.findbugs.log
Interface Profiler.Filter
-
- All Known Implementing Classes:
Profiler.FilterByCalls
,Profiler.FilterByTime
,Profiler.FilterByTimePerCall
- Enclosing class:
- Profiler
public static interface Profiler.Filter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accepts(Profiler.Profile p)
-
-
-
Method Detail
-
accepts
boolean accepts(Profiler.Profile p)
-
-