Tagged Questions

5
votes
4answers
977 views

Is there any similar tool for Linux that works like Shark on Mac OS X?

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?
3
votes
2answers
49 views

Linux library for profiling

Is there a Linux library that can run performance profiling within a running process? I have a rather large linux program that is heavily script-based. Depending on the scripts, the program can have ...
2
votes
1answer
450 views

Monitoring context switches in Linux

Is there any way to determine whenever a context switch takes place without the use of profilers? I have written a C program to monitor the time taken for different processes in a program to finish ...