4

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.

Maybe something like valgrind but for Windows.

ire_and_curses
  • 68,372
  • 23
  • 116
  • 141
Nathan Osman
  • 71,149
  • 71
  • 256
  • 361

1 Answers1

3

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.

Nikoi
  • 389
  • 2
  • 14