Visual Studio 2013 Windows 8.1 Debugging a Black Bar Top Right Application

I could not understand what this black bar in the upper right corner means when debugging my application for the Win8 store. Does anyone have an idea how to remove it?

Note. I was not able to take a screenshot, so I had to use my phone .. strange.

enter image description hereenter image description here

+3
source share
1 answer

Take a look at app.xaml.cs. The code to enable / disable is in the main function. DebugSettings.EnableFrameRateCounter

Figures are performance indicators.

http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.debugsettings.enableframeratecounter.aspx

Left to right Left side: FPS application and then App CPU Right side: Sys FPS and then Sys CPU

Pete

+10
source

All Articles