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 classProfilerThis class is mutable and not synchronized, so create independentProfilerinstance for each worker thread.classProfileSummaryA class that summarize profile recorded by multipleProfilerinstances.Fields in edu.umd.cs.findbugs.log declared as IProfiler Modifier and Type Field Description protected IProfilerProfiler.ClassNameComparator. profilerConstructors 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)
-