Categories
How to profile a 3rd party shared library used via JNI?
Subj. I have a Java application that calls a third party library via JNI: Java <-> lib3rdJni.so <-> lib3rd.so How do I profile the memory usage of lib3rd.so?
Answer the question
In order to leave comments, you need to log in
you can use valgrind , for example
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question