ashes.tools.profilecounts
Class CounterClass

java.lang.Object
  |
  +--ashes.tools.profilecounts.CounterClass

public class CounterClass
extends java.lang.Object


Field Summary
static long interfaceInvokeCount
           
static long refCastCount
           
static long specialInvokeCount
           
static long staticInvokeCount
           
static long virtualInvokeCount
           
 
Constructor Summary
CounterClass()
           
 
Method Summary
static void startProfiling()
           
static void stopProfiling()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

virtualInvokeCount

public static long virtualInvokeCount

interfaceInvokeCount

public static long interfaceInvokeCount

staticInvokeCount

public static long staticInvokeCount

specialInvokeCount

public static long specialInvokeCount

refCastCount

public static long refCastCount
Constructor Detail

CounterClass

public CounterClass()
Method Detail

startProfiling

public static void startProfiling()

stopProfiling

public static void stopProfiling()