Uses of Class
edu.umd.cs.findbugs.log.Profiler.Profile
Packages that use Profiler.Profile
-
Uses of Profiler.Profile in edu.umd.cs.findbugs.log
Fields in edu.umd.cs.findbugs.log with type parameters of type Profiler.ProfileModifier and TypeFieldDescriptionprivate final ConcurrentMap<Class<?>, Profiler.Profile> Profiler.profileUsingConcurrentMapjust for historical reason.Methods in edu.umd.cs.findbugs.log that return Profiler.ProfileModifier and TypeMethodDescriptionIProfiler.getProfile(Class<?> targetClass) Profiler.getProfile(Class<?> c) ProfileSummary.getProfile(Class<?> clazz) Methods in edu.umd.cs.findbugs.log that return types with arguments of type Profiler.ProfileModifier and TypeMethodDescription(package private) Collection<Profiler.Profile> Profiler.getProfiles()Methods in edu.umd.cs.findbugs.log with parameters of type Profiler.ProfileModifier and TypeMethodDescriptionbooleanProfiler.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.ProfileModifier and TypeMethodDescriptionvoidProfileSummary.report(Comparator<Class<?>> reportComparator, Predicate<Profiler.Profile> filter, PrintStream stream) Report summarized profile to givenPrintStream.