Hi I've found the Linux 'perf stat' tool to be an effective way to give you a nice callgraph and breakdown of where the CPU is spending it's time without taking too long to perform the profiling. Some nice tutorials here: http://www.brendangregg.com/perf.html Regards, Noel.