I'm development on the wireshark1.8.5. I have to find the function which cost a lot of time when wireshark is running. Thanks! asked 28 Feb '13, 18:34 smilezuzu |
One Answer:
On Linux: Unpack the source code and run configure with the option
Then run Wireshark and do whatever you want to test. Exit Wireshark and run the following command from the source directory.
Regards answered 14 Jun '13, 11:16 Kurt Knochner ♦ |
or how to use performance profile on vs2010 to find out ?
If you are using Linux, you could do 'valgrind --tool=callgrind --trace-children=yes ./wireshark' then afterwards browse the biggest of the resulting callgrind files using kcachegrind.