3

I have 2 questions on performance monitoring in WP7:

1) Enabling the FPS counters is easy, but how do I read current FPS into a variable? Is this even possible in WP7?

2) Is there an API to read current battery level and/or current consumption in milliamperes?

jimmym715
  • 1,512
  • 1
  • 16
  • 25
jaritheman
  • 133
  • 1
  • 1
  • 6

1 Answers1

2

[After my initial comment to question and posters reply, I decided to have a dig around myself...]

1) I cannot find any mention of reading FPS programmatically. If you haven't already seen, this might be of interest: Windows Phone Performance Analysis

2) As of the 7.1 SDK, there is no API to access the battery state.

Mitch Wheat
  • 295,962
  • 43
  • 465
  • 541