public static class MethodProfilingRule.MethodProfilingWindowResult extends java.lang.Object implements IDisplayable
| Modifier and Type | Field and Description |
|---|---|
private IMCMethod |
method |
private IMCStackTrace |
path |
private IQuantity |
ratioOfActualSamples |
private IQuantity |
ratioOfAllPossibleSamples |
private IRange<IQuantity> |
window |
AUTO, EXACT, VERBOSE| Constructor and Description |
|---|
MethodProfilingWindowResult(IMCMethod method,
IMCStackTrace path,
IQuantity ratio,
IQuantity actualRatio,
IRange<IQuantity> window) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
displayUsing(java.lang.String formatHint)
Format this object for display purposes, preferably using the formatter hinted by
formatHint. |
IMCMethod |
getMethod() |
IMCStackTrace |
getPath() |
IQuantity |
getRatioOfActualSamples() |
IQuantity |
getRatioOfAllPossibleSamples() |
IRange<IQuantity> |
getWindow() |
private final IMCMethod method
private final IMCStackTrace path
private final IQuantity ratioOfAllPossibleSamples
private final IQuantity ratioOfActualSamples
public java.lang.String displayUsing(java.lang.String formatHint)
IDisplayableformatHint. If no such formatter is defined for this type, the default formatter will
be used.displayUsing in interface IDisplayableformatHint - the format hintpublic IMCMethod getMethod()
public IMCStackTrace getPath()
public IQuantity getRatioOfAllPossibleSamples()
public IQuantity getRatioOfActualSamples()