Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
org.sf.jcodeprofiler-0.0.1-SNAPSHOT-sources.zip | 2012-08-02 | 294.8 kB | |
org.sf.jcodeprofiler-0.0.1-SNAPSHOT.jar | 2012-08-02 | 33.5 kB | |
readme.txt | 2012-08-02 | 795 Bytes | |
example.zip | 2012-08-02 | 75.6 kB | |
blank_jCodeProfilerConfigs.xml | 2012-08-02 | 743 Bytes | |
jCodeProfilerConfigs.dtd | 2012-08-02 | 844 Bytes | |
jCodeProfilerConfigs.xsd | 2012-08-02 | 3.5 kB | |
Totals: 7 Items | 409.9 kB | 0 |
The prerequisites : JDK 1.6 asm-3.1.jar Command line : java -javaagent:<path to jCodeProfiler jar>/org.sf.jcodeprofiler-0.0.1-SNAPSHOT.jar -DJCPConfigs=<path to jCodeProfiler configuration>/jCodeProfilerConfigs.xml -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=0.0.0.0 <other JVM arguments> <your class main> <class main arguments> jCodeProfiler configuration : See blank_jCodeProfilerConfigs.xml for a simple example See jCodeProfilerConfigs.xsd for validity Runing the example : Download example.zip file Unzip the file somewhere on disk modify the file runExample.bat to change the path to the jdk launch runExample.bat