Uses of Class
io.perfmark.Tag
-
Uses of Tag in io.perfmark
Fields in io.perfmark declared as TagMethods in io.perfmark that return TagModifier and TypeMethodDescriptionprotected Tagstatic TagPerfMark.createTag()Creates a tag with no name or numeric identifier.static TagPerfMark.createTag(long id) Creates a tag with no name.static TagCreates a tag with no numeric identifier.static TagCreates a tag with both a name and a numeric identifier.protected static TagMethods in io.perfmark with parameters of type TagModifier and TypeMethodDescriptionprotected voidstatic voidAttaches an additional tag to the current active task.protected voidstatic voidMarks an event.protected voidstatic voidMarks the beginning of a task.protected voidstatic voidMarks the end of a task.protected static longImpl.unpackTagId(Tag tag) protected static StringImpl.unpackTagName(Tag tag) Constructors in io.perfmark with parameters of type Tag