ashes.tools.profilecounts
Class Main

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

public class Main
extends java.lang.Object

Invoke/cast count profiler. Instruments the given application so that it counts the number of dynamic invokes that occur in the program.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)