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) IMCMethodmethod(package private) IMCStackTracepath(package private) IQuantityratioOfActualSamples(package private) IQuantityratioOfAllPossibleSamples(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.StringtoString()
-