test-bech for development

Discussion about everything. New games, 3d math, development tips...
Post Reply
TeTo

test-bech for development

Post by TeTo »

Hello , i am design a game with irrlicht , I need a program or any software for to weigh up : size of memory , use of CPU , frames per secons,.. etc of my program ( example : like a test -bech in a design of vhdl )

Is there a program what it do this things for software in phase of tests??

thanks
TeTo

Post by TeTo »

Sorry, i think it is a "bechmark"

I need knows the use of CPU , the frames per secons, the use of memory,etc of my program

thanks
TeTo

Post by TeTo »

Sorry, i think it is a "bechmark"

I need knows the use of CPU , the frames per secons, the use of memory,etc of my program

I need a program what it does that

thanks
XargoL
Posts: 22
Joined: Sun Aug 01, 2004 7:55 pm

Post by XargoL »

For getting the FPS you could do as in some of the Irrlicht tutorials (driver->getFPS()), and display that in a GUI element or the title bar of your program. You can view the CPU, memory etc. usage of your application in the Windows Taskmanager. To open it just press Ctrl+Alt+Del (given that you're using Windows 2000 or newer).
Joe_Oliveri
Posts: 448
Joined: Tue Oct 05, 2004 3:24 am
Location: Boston, MA

Post by Joe_Oliveri »

Seach Google for Fraps 3D its a freeware program and it does bench marking, as well as recordes in game videos.
Irrlicht Moderator || Game Designer
Learn the basics at </dream.in.code>
TeTo

Post by TeTo »

Thanks very much Skater!!!! it is what i wanted it
TeTo

Post by TeTo »

Sorry, but now i need the use of the cpu, and the memory

Anyone knows of any program (benchmark) or anyone knows programming one?

How Can i see all features of the my irrlicht-games ?

niko, are you going to do a benchmark for irrlicht?

or anyone for irrlichtNX ?

thanks
vermeer
Posts: 2017
Joined: Wed Jan 21, 2004 3:22 pm
Contact:

Post by vermeer »

http://www.lavalys.com/products/overvie ... n&pageid=1


everest homr edition.

but that's for benchmarking a machine, not to see the resources eaten by an specific software, code.
Finally making games again!
http://www.konekogames.com
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

Post Reply