Class JumpStatistics

java.lang.Object
  |
  +--JumpStatistics

class JumpStatistics
extends java.lang.Object
implements JVM


Field Summary
(package private)  int nBytesBytecode
           
(package private)  int nClasses
           
(package private)  int nInterfaceMethods
           
(package private)  int nInterfaces
           
(package private)  int nJavaMethods
           
(package private)  int nNativeMethods
           
(package private)  int nVirtualMethods
           
 
Constructor Summary
(package private) JumpStatistics()
          create a JumpStatistics.
 
Method Summary
(package private)  void addClass(Klass cls)
           
(package private)  void addMethod(MethodInfo method)
           
(package private)  void report()
          print the statistics to System.out.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

nClasses

int nClasses

nInterfaces

int nInterfaces

nJavaMethods

int nJavaMethods

nNativeMethods

int nNativeMethods

nVirtualMethods

int nVirtualMethods

nInterfaceMethods

int nInterfaceMethods

nBytesBytecode

int nBytesBytecode
Constructor Detail

JumpStatistics

JumpStatistics()
create a JumpStatistics.
Method Detail

addMethod

void addMethod(MethodInfo method)

addClass

void addClass(Klass cls)

report

void report()
print the statistics to System.out.