Reputation: 567
I want to get CPU usage details for Windows Phone. I have tried DeviceExtendedProperties.GetValue() from MSDN(DeviceExtendedProperties)
But that only gives more of device memory related stuff. So, is there any class that exposes CPU related internals for Windows Phone?
Upvotes: 2
Views: 1433
Reputation: 3046
With WP7x I am sure nothing like that is exposed. Not 100% with WP8 but I doubt they have exposed such low level functionality
Upvotes: 2