How to Disable Frame Rate counters on windows phone 7 app screen

9. May 2013

How to Disable Frame Rate counters on windows phone 7 app screen

Just add this code in the code behind of Page you want 

public MainPage()

        {

            InitializeComponent();

            Application.Current.Host.Settings.EnableFrameRateCounter = false;

          
        }

Windows Phone 7 ,