On 22 September 2012 16:41, Michael Haberler <[email protected]> wrote:

> I tried to profile a program using czmq with gprof which runs fine when
> compiled with gcc, but without -pg
>
> with -pq, the program cops out with:
>
> 12-09-22 22:37:24 I: zloop: interrupted (-1) - Interrupted system call
>
> any suggestions?
>
>
You'll be better off with oprofile based profiling which uses the CPU
performance counters for greater accuracy on measurements.

-- 
Steve-o
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to