User forums > Help

Where to Download Code Profiler Plugin?

<< < (2/2)

stahta01:
Did you RE-Compile your Source Code?
Then run it?

Just checking the simply things; I do not know enough for the complex profile issues.

Tim S.

WeakPeak:
yes, i debugged it again before using the profiler...

just right now i added a useless line of code and builded it again.. same problem

WeakPeak:

--- Code: ---mingw32-g++.exe -Wall -pg  -pg -g  -march=core2 -pg   -I"C:\Dokumente und Einstellungen\Administrator.SHOCKWAVE\Eigene Dateien\irrlicht-1.7.1\include"  -c "C:\Dokumente und Einstellungen\Administrator.SHOCKWAVE\Eigene Dateien\code blocks projects\skybox\first_blender_test\src\shipObject.cpp" -o obj\Debug\src\shipObject.o
C:\Dokumente und Einstellungen\Administrator.SHOCKWAVE\Eigene Dateien\code blocks projects\skybox\first_blender_test\src\shipObject.cpp: In constructor 'irr::scene::shipObject::shipObject(irr::IrrlichtDevice*, irr::scene::ISceneNode*, irr::scene::ISceneManager*, irr::s32, irr::scene::IMesh*, irr::scene::IMesh*, irr::core::list<irr::core::vector3d<float> >, irr::core::list<irr::core::vector3d<float> >, irr::video::IVideoDriver*, irr::scene::ISceneNode*)':
C:\Dokumente und Einstellungen\Administrator.SHOCKWAVE\Eigene Dateien\code blocks projects\skybox\first_blender_test\src\shipObject.cpp:128: warning: unused variable 'timer'
C:\Dokumente und Einstellungen\Administrator.SHOCKWAVE\Eigene Dateien\code blocks projects\skybox\first_blender_test\src\shipObject.cpp: In member function 'virtual void irr::scene::shipObject::render()':
C:\Dokumente und Einstellungen\Administrator.SHOCKWAVE\Eigene Dateien\code blocks projects\skybox\first_blender_test\src\shipObject.cpp:339: warning: statement has no effect
C:\Dokumente und Einstellungen\Administrator.SHOCKWAVE\Eigene Dateien\code blocks projects\skybox\first_blender_test\src\shipObject.cpp:528: warning: statement has no effect
C:\Dokumente und Einstellungen\Administrator.SHOCKWAVE\Eigene Dateien\code blocks projects\skybox\first_blender_test\src\shipObject.cpp:344: warning: unused variable 'explosionFlag'
C:\Dokumente und Einstellungen\Administrator.SHOCKWAVE\Eigene Dateien\code blocks projects\skybox\first_blender_test\src\shipObject.cpp:371: warning: unused variable 'ITCounter'
mingw32-g++.exe -L"C:\Dokumente und Einstellungen\Administrator.SHOCKWAVE\Eigene Dateien\irrlicht-1.7.1\lib\Win32-gcc"  -o bin\Debug\first_blender_test.exe obj\Debug\CSceneNodeAnimatorTextureII.o obj\Debug\main.o obj\Debug\rtscamera.o obj\Debug\src\CCloudFactory.o obj\Debug\src\shipObject.o obj\Debug\CBeamSceneNode.o   -pg -lgmon -pg -lgmon -pg -lgmon  -lIrrlicht -lopengl32 -lglu32 -lgdi32
Output size is 2,51 MB
Process terminated with status 0 (0 minutes, 3 seconds)
0 errors, 5 warnings
 

--- End code ---

this is the full compiler output

WeakPeak:
ok i now have a gmon.out file... needed to run the compiled .exe file from outside code::blocks

stahta01:

--- Quote from: WeakPeak on October 07, 2010, 11:25:59 pm ---ok i now have a gmon.out file... needed to run the compiled .exe file from outside code::blocks


--- End quote ---

You might have to; but, I only had to run the program from inside Code::Blocks. Note: I did NOT say Debug the program.

Tim S.

Navigation

[0] Message Index

[*] Previous page

Go to full version