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. profileUsingConcurrentMapjust for historical reason.Methods in edu.umd.cs.findbugs.log that return Profiler.Profile Modifier and Type Method Description Profiler.ProfileIProfiler. getProfile(java.lang.Class<?> targetClass)Profiler.ProfileProfiler. getProfile(java.lang.Class<?> c)Profiler.ProfileProfileSummary. 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 booleanProfiler.Filter. accepts(Profiler.Profile p)booleanProfiler.FilterByCalls. accepts(Profiler.Profile p)booleanProfiler.FilterByTime. accepts(Profiler.Profile p)booleanProfiler.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 voidProfileSummary. report(java.util.Comparator<java.lang.Class<?>> reportComparator, java.util.function.Predicate<Profiler.Profile> filter, java.io.PrintStream stream)Report summarized profile to givenPrintStream.
-