I love working with the Code::Blocks (C++ IDE), and I got to wondering... is there a tool you can use to profile your code that integrates with Code::Blocks?
I'm thinking of a Windows tool right now, but a Linux tool would be good too.
开发者_如何学PythonMaybe something like valgrind
but for Windows.
You may wanna check the Code::Blocks Plugins page ,the "contrib" section .There are plugins for integrating Valgrind ,GProf ,etc. On Ubuntu you have to install code blocks plugins-contrib in order to use this. On Windows I think that you have to select the plugins that you gonna use at install time ,at least is what I do,but I am sure that there is another option.
精彩评论