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! |
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 |
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.