Tagged Questions
1
vote
3answers
102 views
How do I figure out what dynamic libraries are loaded by a Unix process?
I want to run a Unix program which runs for a few seconds, without sacrificing speed of execution.
After it is done, I would like to know what dynamic (shared) libraries it used.
What is the ...