Uses of Interface
edu.umd.cs.findbugs.log.IProfiler
-
Packages that use IProfiler Package Description edu.umd.cs.findbugs.log -
-
Uses of IProfiler in edu.umd.cs.findbugs.log
Classes in edu.umd.cs.findbugs.log that implement IProfiler Modifier and Type Class Description class
Profiler
This class is mutable and not synchronized, so create independentProfiler
instance for each worker thread.class
ProfileSummary
A class that summarize profile recorded by multipleProfiler
instances.Fields in edu.umd.cs.findbugs.log declared as IProfiler Modifier and Type Field Description protected IProfiler
Profiler.ClassNameComparator. profiler
Constructors in edu.umd.cs.findbugs.log with parameters of type IProfiler Constructor Description ClassNameComparator(IProfiler p)
TimePerCallComparator(IProfiler p)
TotalCallsComparator(IProfiler p)
TotalTimeComparator(IProfiler p)
-