Multiprocessor Profiling

I would like to profile a program that hangs and spawns several child processes. I want to see how much time has been spent on some of the features. Which profiler can do this job?

+3
source share
3 answers

Oprofile works well for this.

+3
source

I think you can do it with SystemTap - DTrace Linux implementation of ideas

+2
source

RotateRight. . (2.6.32+) , .

0
source

All Articles