Crossfire JXClient, Trunk
Functions
build/windows-installer/unpacked/java-se-8u41-ri/demo/jvmti/mtrace/README.txt File Reference

Functions

mtrace This agent library can be used to track method call and return counts It uses the same java_crw_demo library used by HPROF to do BCI on all or selected classfiles loaded into the Virtual Machine It will print out a sorted list of the most heavily used classes (as determined by the number of method calls into the class) and also include the call and return counts for all methods that are called. You can use this agent library as follows
 

Function Documentation

◆ classes()

mtrace This agent library can be used to track method call and return counts It uses the same java_crw_demo library used by HPROF to do BCI on all or selected classfiles loaded into the Virtual Machine It will print out a sorted list of the most heavily used classes ( as determined by the number of method calls into the  class)

Definition at line 37 of file README.txt.

Referenced by com.realtime.crossfire.jxclient.server.crossfire.DefaultCrossfireServerConnection::processClassListReplyinfo().

Here is the caller graph for this function: