Automating XNA Performance Testing?
- by Grofit
I was wondering what peoples approaches or thoughts were on automating performance testing in XNA. Currently I am looking at only working in 2d, but that poses many areas where performance can be improved with different implementations.
An example would be if you had 2 different implementations of spatial partitioning, one may be faster than…