28Feb/100
Performance Timers for XNA
Someone with the name Aphid released XNA Performance Timers:
XNA PerformanceTimers is designed to allow you to profile the CPU time spent in different sections of your code, possibly by multiple threads, on the Xbox360.
Results are drawn by a DrawableGameComponent in the top left corner of the screen. Multiple data views are available, including:
- Raw time spent in each tracker
- Percentage of time each thread spends in each tracker
- Percentage of time each thread spends in each tracker, with same-named threads grouped together into one entry.
- Percentage of time spent in each tracker by any thread.
Hat tip to SteveKr of XNA.mag fame.