FPS counter of another application (.Net)

I need to create .net application, which will attach to another WPF application and get its FPS. I used Event Tracing for Windows from Monitoring the FPS of a Direct X Application, but it can’t help for me, because it get only count of FPS which app need for redrawing (if app has static page, for example settings page, result of Event Tracing is 0 FPS, because this page doesn’t need to redraw itself)

So, I need anything which has functions like Fraps or another games benchmarks, which are showing FPS.

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.