Uses of Class
edu.umd.cs.findbugs.log.Profiler.Profile
-
Packages that use Profiler.Profile Package Description edu.umd.cs.findbugs.log -
-
Uses of Profiler.Profile in edu.umd.cs.findbugs.log
Fields in edu.umd.cs.findbugs.log with type parameters of type Profiler.Profile Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.Class<?>,Profiler.Profile>
Profiler. profile
UsingConcurrentMap
just for historical reason.Methods in edu.umd.cs.findbugs.log that return Profiler.Profile Modifier and Type Method Description Profiler.Profile
IProfiler. getProfile(java.lang.Class<?> targetClass)
Profiler.Profile
Profiler. getProfile(java.lang.Class<?> c)
Profiler.Profile
ProfileSummary. getProfile(java.lang.Class<?> clazz)
Methods in edu.umd.cs.findbugs.log that return types with arguments of type Profiler.Profile Modifier and Type Method Description (package private) java.util.Collection<Profiler.Profile>
Profiler. getProfiles()
Methods in edu.umd.cs.findbugs.log with parameters of type Profiler.Profile Modifier and Type Method Description boolean
Profiler.Filter. accepts(Profiler.Profile p)
boolean
Profiler.FilterByCalls. accepts(Profiler.Profile p)
boolean
Profiler.FilterByTime. accepts(Profiler.Profile p)
boolean
Profiler.FilterByTimePerCall. accepts(Profiler.Profile p)
Method parameters in edu.umd.cs.findbugs.log with type arguments of type Profiler.Profile Modifier and Type Method Description void
ProfileSummary. report(java.util.Comparator<java.lang.Class<?>> reportComparator, java.util.function.Predicate<Profiler.Profile> filter, java.io.PrintStream stream)
Report summarized profile to givenPrintStream
.
-