Like profile with code: Blocks

I am making a wxWidget application for windows. I work with code: blocks 13.12 and MinGW 4.8 on Windows 7.

I include the -pg option in settings->compilerand after compilation we try to open it plugins->code profiler, and the result is as follows:

Other: file`C: \ Users \ josele \ Documents \ C_C ++ \ DLL \ SQLManager \ Bin \ Release \ SQLManager.exe "has no characters

Basically, I don’t know how profiling works in code: the block, as well as my general profiling knowledge, is pretty much reduced.

I am looking for a solution to this or a tutorial: how profiling works in code: blocks ?.

If you need more information, let me know. Thank you in advance.

PD. I also run .exebefore calling plugins->code profilerwith a positive program exit

+4
source share
2 answers

I just solve this problem with these posts:

http://forums.codeblocks.org/index.php?topic=12237.0 http://forums.codeblocks.org/index.php?topic=14798.0

I went in Project->build optionsand turned off optimization and turned on pofiler.

+1
source

For me, it decided to disable the "-s" compiler flag, which is apparently turned on by default in CB release flags.

0
source

All Articles