10000 GitHub - cdleary/memtrace-interposer: Simple interposer for counting allocation calls and a plot script
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cdleary/memtrace-interposer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memtrace-interposer

On a Linux machine, build it and LD_PRELOAD it before your command.

$ cd ~/memtrace-interposer
$ make
$ cd ~/xlsynth
$ LD_PRELOAD=$HOME/memtrace-interposer/memtrace.so bazel-bin/xls/dslx/interpreter_main xls/dslx/stdlib/apfloat.x 
$ python3 $HOME/memtrace-interposer/plot.py

About

Simple interposer for counting allocation calls and a plot script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0