Uses of Class
io.perfmark.impl.Generator
-
Packages that use Generator Package Description io.perfmark.impl Represents implementation pieces to make PerfMark work.io.perfmark.java6 Java 6 based recorder and generator implementation.io.perfmark.java7 Java 7 based generatorio.perfmark.java9 Java 9+ enabled generator and mark-holder. -
-
Uses of Generator in io.perfmark.impl
Fields in io.perfmark.impl declared as Generator Modifier and Type Field Description private static GeneratorSecretPerfMarkImpl.PerfMarkImpl. generator -
Uses of Generator in io.perfmark.java6
Subclasses of Generator in io.perfmark.java6 Modifier and Type Class Description static classSecretGenerator.VolatileGenerator -
Uses of Generator in io.perfmark.java7
Subclasses of Generator in io.perfmark.java7 Modifier and Type Class Description static classSecretGenerator.MethodHandleGenerator -
Uses of Generator in io.perfmark.java9
Subclasses of Generator in io.perfmark.java9 Modifier and Type Class Description static classSecretGenerator.VarHandleGeneratorThis class let's PerfMark have fairly low overhead detection if it is enabled, with reasonable time between enabled and other threads noticing.
-