Searched defs:Perf (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DPerf.java34 * The Perf class provides the ability to attach to an instrumentation
49 * @see sun.misc.Perf$GetPerfAction
52 public final class Perf { class
54 private static Perf instance;
59 private Perf() { } // prevent instantiation method in class:Perf
63 * to the singleton Perf instance using the
72 * private static final Perf perf =
73 * AccessController.doPrivileged(new Perf.GetPerfAction<Perf>());
80 * <em>"sun.misc.Perf
[all...]

Completed in 32 milliseconds