ashes.tools.unitweigher
Class Main

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

public class Main
extends java.lang.Object

Unit count instrumenter. Instruments the classfiles so that the execution frequencies of all the invokes is determined by site. The general term unitweigher is used as opposed to invoke weigher because it will be generalized to all units at some indefinite point in the future.


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)