Class PrefetchMissEvent
java.lang.Object
jdk.jfr.Event
dev.hardwood.jfr.PrefetchMissEvent
JFR event emitted when the prefetch queue cannot supply a decoded page in time.
A miss indicates that the decode pipeline cannot keep up with consumption, causing the prefetch depth to increase adaptively.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
file
-
column
-
newDepth
public int newDepth -
queueEmpty
public boolean queueEmpty
-
-
Constructor Details
-
PrefetchMissEvent
public PrefetchMissEvent()
-