Tagged Questions
0
votes
2answers
201 views
SharpDX (DirectX) - possible to measure Frame time?
I'm trying to benchmark various ways to draw 2D lines and have a snag. A D3D10Device that I draw with (and flush) doesn't appear to block, so I can't accurately measure frame rate (or time to render 1 ...