(DX9 C++) Recording runtime demands

Started by
0 comments, last by JimmyDeemo 15 years, 4 months ago
When I'm reading a textbook or tutorial about anything in DirectX with several different setups (I.E. Vertex buffer memory placement and access methods) I'd like to see the performance differences for myself when trying several parameter combination. I think just measuring time at several areas would help a lot, but for the sake of completeness... How do I record how much strain my CPU / GPU / RAM and the like are under at runtime?
Advertisement
If you hit Start->Run and type 'perfmon'. That allows you to track how much CPU and Memory certain appliations are useing. Not sure if its what you need, but i think it allows you print out data.

This topic is closed to new replies.

Advertisement