Skip to content

jvmti agent, to map memory objects to csv

License

Notifications You must be signed in to change notification settings

itcraft-cn/jvm_agent_mem2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jvmti agent

jvmti agent, to map memory objects to csv

doc

build

need to install xmake first.

  • build

    xmake
  • build debug

    xmake config -m debug
    xmake
  • build release

    xmake config -m release
    xmake