Class MarkRecorder
java.lang.Object
io.perfmark.impl.MarkRecorder
- Direct Known Subclasses:
SecretMarkRecorder.HiddenClassMarkRecorder, SecretMarkRecorder.SynchronizedMarkRecorder, SecretMarkRecorder.VarHandleMarkRecorder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachKeyedTag(long gen, String name, long value0) voidattachKeyedTag(long gen, String name, long value0, long value1) voidattachKeyedTag(long gen, String name, String value) voidvoidvoidvoidvoidvoidvoidvoidlink(long gen, long linkId) voidvoidvoidvoidvoidvoidvoidstop(long gen) voidvoidvoidvoidstopAt(long gen, long nanoTime) voidvoidvoidvoidThis method exists for subclasses to add custom behavior to unimplemented method calls.
-
Constructor Details
-
MarkRecorder
protected MarkRecorder()
-
-
Method Details
-
start
-
start
-
start
-
startAt
-
startAt
-
startAt
-
link
public void link(long gen, long linkId) -
stop
public void stop(long gen) -
stop
-
stop
-
stop
-
stopAt
public void stopAt(long gen, long nanoTime) -
stopAt
-
stopAt
-
stopAt
-
event
-
event
-
event
-
eventAt
-
eventAt
-
eventAt
-
attachTag
-
attachKeyedTag
-
attachKeyedTag
-
attachKeyedTag
-
unimplemented
public void unimplemented()This method exists for subclasses to add custom behavior to unimplemented method calls. All the other methods in this class invoke this method.
-