Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 366 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 366 Bytes

asm-profiler

Profiler for Java projects that tracks method duration,creation of new Threads, and read/write instructions.

Usage:

java -javaagent:<AGENTJAR_PATH>=<OUT_DIR>###<PACKAGE1>[,<PACKAGE2>, ... ] -jar <PROGRAM_JAR>

For example:

java -javaagent:agent/target/agent-0.1-SNAPSHOT.jar=/tmp/out###test -jar test/target/test-0.1-SNAPSHOT.jar