c++ - How to profile with Code:Blocks -
i'm making wxwidget application windows. i'm working code:blocks 13.12 , mingw 4.8 in windows 7.
i enable -pg option in settings->compiler
, after compiling try open plugins->code profiler
, result this:
gprof: file`c:\users\josele\documents\c_c++\dll\sqlmanager\bin\release\sqlmanager.exe' has no symbols
basicly don't know how profiling works in code:block , general knowledge of profiling quite reduced.
i'm looking solve or tutorial of: how profiling works in code:blocks?.
if need more information, let me know. thank in advance.
pd. run .exe
before calling plugins->code profiler
positive exit of program
i solve problem posts:
http://forums.codeblocks.org/index.php?topic=12237.0 http://forums.codeblocks.org/index.php?topic=14798.0
i went project->build options
, there turn off optimizations , enable pofiler.
Comments
Post a Comment