What does all the Visual Studio debug info on the Device mean?

What does all the Visual Studio debug info on the device mean which appears in the upper left corner when debug testing?

the first entry, im sure is the frames per second. 

Microsoft documents this here…
   http://msdn.microsoft.com/en-us/library/windows/apps/gg588380(v=vs.105).aspx
 
For your quick info:

  • Direct3D thread’s FPS
  • UI thread’s FPS
  • Texture Memory Usage
  • Surface Counter
  • Intermediate Surface Counter
  • Screen Fill Rate Counter

Very cool…Thanks.

the first entry, im sure is the frames per second. 

Microsoft documents this here…
   http://msdn.microsoft.com/en-us/library/windows/apps/gg588380(v=vs.105).aspx
 
For your quick info:

  • Direct3D thread’s FPS
  • UI thread’s FPS
  • Texture Memory Usage
  • Surface Counter
  • Intermediate Surface Counter
  • Screen Fill Rate Counter

Very cool…Thanks.