Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 243 Bytes

File metadata and controls

13 lines (9 loc) · 243 Bytes

instrumentation-agent

To start a clojure repl with the agent

java -javaagent:agent.jar -cp <clojure-project-uberjar> clojure.main

Check the size of an object

(aspasia.util.MyAgent/getObjectSize "lala")