please explain with example?
相关问题
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Error building gcc 4.8.3 from source: libstdc++.so
- Why should we check WIFEXITED after wait in order
- Null-terminated string, opening file for reading
From the emails found here and here, I've extracted the following notes:
Given an application
my_app', which links against a shared object
my_sobj', and has been compiled with the '-g' compile flag:This gives profile information for the shared library, not for my_app