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 Tag
static Tag
PerfMark.createTag()
Creates a tag with no name or numeric identifier.static Tag
PerfMark.createTag
(long id) Creates a tag with no name.static Tag
Creates a tag with no numeric identifier.static Tag
Creates a tag with both a name and a numeric identifier.protected static Tag
Methods in io.perfmark with parameters of type TagModifier and TypeMethodDescriptionprotected void
static void
Attaches an additional tag to the current active task.protected void
static void
Marks an event.protected void
static void
Marks the beginning of a task.protected void
static void
Marks the end of a task.protected static long
Impl.unpackTagId
(Tag tag) protected static String
Impl.unpackTagName
(Tag tag) Constructors in io.perfmark with parameters of type Tag