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

/openjdk7/jdk/src/share/classes/sun/management/counter/perf/
H A DPerfLongCounter.java32 public class PerfLongCounter extends AbstractCounter class in inherits:AbstractCounter,LongCounter
38 PerfLongCounter(String name, Units u, Variability v, int flags, method in class:PerfLongCounter
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.hpp101 * - PerfLongCounter (alias: PerfCounter)
166 * PerfLongCounter* foo_counter;
431 * The PerfLongCounter class, and its alias PerfCounter, implement
439 class PerfLongCounter : public PerfLongVariant { class in inherits:PerfLongVariant
445 PerfLongCounter(CounterNS ns, const char* namep, Units u, function in class:PerfLongCounter
450 PerfLongCounter(CounterNS ns, const char* namep, Units u, jlong* sampled) function in class:PerfLongCounter
453 PerfLongCounter(CounterNS ns, const char* namep, Units u, function in class:PerfLongCounter
459 typedef PerfLongCounter PerfCounter;
801 static PerfLongCounter* create_long_counter(CounterNS ns, const char* name,
805 static PerfLongCounter* create_long_counte
[all...]

Completed in 32 milliseconds