public interface Profiler
Profilers normally implement one of the subinterfaces.
ExternalProfiler,
InternalProfiler| Modifier and Type | Method and Description |
|---|---|
boolean |
checkSupport(List<String> msgs)
Check the support for a given profiler.
|
String |
getDescription()
Human-readable one-line description of the profiler.
|
String |
label()
Unique label for the profiler.
|
boolean checkSupport(List<String> msgs)
msgs - where to put the diagnostic messagesString label()
String getDescription()
Copyright © 2012-2015 Oracle. All Rights Reserved.