Georg Kirschner
2010-09-03 21:38:56 UTC
Hi NG,
i would like to get some profiling-information from my mingw32 build of my
app which is using wxwidgets. Does anyone has experiences to do this using
the windows toolchain?
If i enable profiling (-pg in the commandline of the compiler and linker)
the build application will crash. Without wxwidgets, profiling will work
fine (tested with some simple sample-code)
wxwidgets was built as a release version without any debug-information and
without profiling-support as i only need those data for my only code.
Where can i find more information about this? Google doesn't show me the
right answers.
Thanks
i would like to get some profiling-information from my mingw32 build of my
app which is using wxwidgets. Does anyone has experiences to do this using
the windows toolchain?
If i enable profiling (-pg in the commandline of the compiler and linker)
the build application will crash. Without wxwidgets, profiling will work
fine (tested with some simple sample-code)
wxwidgets was built as a release version without any debug-information and
without profiling-support as i only need those data for my only code.
Where can i find more information about this? Google doesn't show me the
right answers.
Thanks