< prev index next >

src/hotspot/share/runtime/perfDataTypes.hpp

Print this page
@@ -33,10 +33,11 @@
  
  class PerfLongConstant;
  class PerfLongCounter;
  class PerfLongVariable;
  class PerfStringVariable;
+ class PerfTickCounters;
  
  typedef PerfLongConstant PerfConstant;
  typedef PerfLongCounter PerfCounter;
  typedef PerfLongVariable PerfVariable;
  
< prev index next >