Shark on Mac OS X is a great tool for profiling an application on a running system. Is there any similar tools for Linux? OProfile looks like it could be, anyone used it? Answer OProfile is a tool that does sampling-based profiling of both your application and the system calls it makes. This allows for seeing detailed information about where