public interface ProfileProvider
| Modifier and Type | Method and Description |
|---|---|
ProfilingInfo |
getProfilingInfo(ResolvedJavaMethod method) |
ProfilingInfo |
getProfilingInfo(ResolvedJavaMethod method,
boolean includeNormal,
boolean includeOSR) |
ProfilingInfo getProfilingInfo(ResolvedJavaMethod method)
ResolvedJavaMethod.getProfilingInfo()ProfilingInfo getProfilingInfo(ResolvedJavaMethod method,
boolean includeNormal,
boolean includeOSR)
ResolvedJavaMethod.getProfilingInfo(boolean, boolean)