Hi there,
I apologize in advance for any potential dumbness in my question.
bytehound is a cool profiler that works like this:
$ export MEMORY_PROFILER_LOG=warn
$ LD_PRELOAD=./libbytehound.so ./your_application
What I'm after is to plug it in every run of the benchmarks in pyperformance. It seems like the steps to achieve this are:
I do not have the knowledge or experience to tackle step 2 on my own. Could I have your opinion on the whole endeavor, and maybe some advice?
Thanks a lot,
Christos Lamprakos