< prev index next > src/hotspot/share/gc/shared/collectorCounters.hpp
Print this page
inline PerfVariable* last_exit_counter() const { return _last_exit_time; }
const char* name_space() const { return _name_space; }
};
! class TraceCollectorStats: public PerfTraceTimedEvent {
protected:
CollectorCounters* _c;
public:
inline PerfVariable* last_exit_counter() const { return _last_exit_time; }
const char* name_space() const { return _name_space; }
};
! class TraceCollectorStats: public PerfTraceElapsedTimeEvent {
protected:
CollectorCounters* _c;
public:
< prev index next >