Uses of Class
net.bull.javamelody.internal.model.SamplingProfiler.SampledMethod
Packages that use SamplingProfiler.SampledMethod
Package
Description
-
Uses of SamplingProfiler.SampledMethod in net.bull.javamelody.internal.model
Methods in net.bull.javamelody.internal.model that return types with arguments of type SamplingProfiler.SampledMethodModifier and TypeMethodDescriptionCollectorServer.collectHotspots(String application) RemoteCollector.collectHotspots()Collector.getHotspots()SamplingProfiler.getHotspots(int rows) Methods in net.bull.javamelody.internal.model with parameters of type SamplingProfiler.SampledMethodModifier and TypeMethodDescriptionintSamplingProfiler.SampledMethod.compareTo(SamplingProfiler.SampledMethod method) -
Uses of SamplingProfiler.SampledMethod in net.bull.javamelody.internal.web.html
Method parameters in net.bull.javamelody.internal.web.html with type arguments of type SamplingProfiler.SampledMethodModifier and TypeMethodDescriptionvoidHtmlReport.writeHotspots(List<SamplingProfiler.SampledMethod> hotspots) -
Uses of SamplingProfiler.SampledMethod in net.bull.javamelody.internal.web.pdf
Method parameters in net.bull.javamelody.internal.web.pdf with type arguments of type SamplingProfiler.SampledMethodModifier and TypeMethodDescriptionvoidPdfOtherReport.writeHotspots(List<SamplingProfiler.SampledMethod> hotspots)