Uses of Class
edu.umd.cs.findbugs.log.Profiler
-
Packages that use Profiler Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany.edu.umd.cs.findbugs.classfile A high-level abstraction layer for codebases, classes, and components of classes (methods, fields, instructions, etc.).edu.umd.cs.findbugs.classfile.impl Implementations of the interfaces in the edu.umd.cs.findbugs.classfile package: the core classes of the FindBugs classfile/classpath support layer.edu.umd.cs.findbugs.log -
-
Uses of Profiler in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return Profiler Modifier and Type Method Description Profiler
ProjectStats. getProfiler()
-
Uses of Profiler in edu.umd.cs.findbugs.classfile
Methods in edu.umd.cs.findbugs.classfile that return Profiler Modifier and Type Method Description Profiler
IAnalysisCache. getProfiler()
Get the analysis profiler instance, never null -
Uses of Profiler in edu.umd.cs.findbugs.classfile.impl
Methods in edu.umd.cs.findbugs.classfile.impl that return Profiler Modifier and Type Method Description Profiler
AnalysisCache. getProfiler()
-
Uses of Profiler in edu.umd.cs.findbugs.log
Fields in edu.umd.cs.findbugs.log declared as Profiler Modifier and Type Field Description protected Profiler
Profiler.ClassNameComparator. profiler
Constructors in edu.umd.cs.findbugs.log with parameters of type Profiler Constructor Description ClassNameComparator(Profiler p)
TimePerCallComparator(Profiler p)
TotalCallsComparator(Profiler p)
TotalTimeComparator(Profiler p)
-