Class MethodProfilingRule.MethodProfilingWindowResult
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.jdk.latency.MethodProfilingRule.MethodProfilingWindowResult
-
- All Implemented Interfaces:
IDisplayable
- Enclosing class:
- MethodProfilingRule
public static class MethodProfilingRule.MethodProfilingWindowResult extends java.lang.Object implements IDisplayable
-
-
Field Summary
-
Fields inherited from interface org.openjdk.jmc.common.IDisplayable
AUTO, EXACT, VERBOSE
-
-
Constructor Summary
Constructors Constructor Description MethodProfilingWindowResult(IMCMethod method, IMCStackTrace path, IQuantity ratio, IQuantity actualRatio, IRange<IQuantity> window)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringdisplayUsing(java.lang.String formatHint)IMCMethodgetMethod()IMCStackTracegetPath()IQuantitygetRatioOfActualSamples()IQuantitygetRatioOfAllPossibleSamples()IRange<IQuantity>getWindow()
-
-
-
Method Detail
-
displayUsing
public java.lang.String displayUsing(java.lang.String formatHint)
- Specified by:
displayUsingin interfaceIDisplayable
-
getMethod
public IMCMethod getMethod()
-
getPath
public IMCStackTrace getPath()
-
getRatioOfAllPossibleSamples
public IQuantity getRatioOfAllPossibleSamples()
-
getRatioOfActualSamples
public IQuantity getRatioOfActualSamples()
-
-