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.profile
UsingConcurrentMap
just 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 TypeMethodDescriptionboolean
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.ProfileModifier and TypeMethodDescriptionvoid
ProfileSummary.report
(Comparator<Class<?>> reportComparator, Predicate<Profiler.Profile> filter, PrintStream stream) Report summarized profile to givenPrintStream
.