public class ResolvedJavaMethodProfileProvider extends Object implements ProfileProvider
ProfileProvider that requests the information directly from the
ResolvedJavaMethod.| Constructor and Description |
|---|
ResolvedJavaMethodProfileProvider() |
| Modifier and Type | Method and Description |
|---|---|
ProfilingInfo |
getProfilingInfo(ResolvedJavaMethod method) |
ProfilingInfo |
getProfilingInfo(ResolvedJavaMethod method,
boolean includeNormal,
boolean includeOSR) |
public ProfilingInfo getProfilingInfo(ResolvedJavaMethod method)
getProfilingInfo in interface ProfileProviderResolvedJavaMethod.getProfilingInfo()public ProfilingInfo getProfilingInfo(ResolvedJavaMethod method,
boolean includeNormal,
boolean includeOSR)
getProfilingInfo in interface ProfileProviderResolvedJavaMethod.getProfilingInfo(boolean, boolean)