Class MethodProfilingRule.MethodProfilingWindowResult
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.jdk.latency.MethodProfilingRule.MethodProfilingWindowResult
-
- Enclosing class:
- MethodProfilingRule
private static class MethodProfilingRule.MethodProfilingWindowResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) IMCMethod
method
(package private) IMCStackTrace
path
(package private) IQuantity
ratioOfActualSamples
(package private) IQuantity
ratioOfAllPossibleSamples
(package private) IRange<IQuantity>
window
-
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.String
toString()
-