Tagged Questions

5
votes
2answers
306 views

What is the best way to get the most useful output from oprofile?

Using tools such as: opreport opcontrol opannotate I am starting to use this tool and trying to find the best combinations, examples to get the most out of profiling. Thanks
3
votes
2answers
52 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 ...