On 3/16/10, Gary Gatten <[email protected]> wrote: > Did you use gdb to get all your stats? I've been trying to track down high > cpu usage on ip/name resolution threads. I know 100% these threads are > resolution threads, but If I can get info similar to what you got; the > number of times a function is called, etc. - that may help.
No, I used callgrind (part of valgrind) and kcachegrind to visualize/analize the resulting callgrind.out.<PID> file: valgrind --tool=callgrind --dump-instr=yes --trace-jump=yes .../lt-ntop ... _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
