You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
nope - the profiler will only run on windows OS as it uses native c++ and the profiler API - you can however profiler your libraries on windows if you use Portable Class Libraries and run your tests locally.
I think support for Universal (Windows 10) Apps development would benefit a lot from support from a tool like this one. Currently VS2015 doesn't support calculating code coverage, although it does support unit tests for UWP Apps.
If possible gather coverage of a running windows store application.
References:
http://blogs.msdn.com/b/davbr/archive/2013/01/09/writing-a-profiler-of-windows-store-apps.aspx
http://go.microsoft.com/fwlink/?LinkID=271485
The text was updated successfully, but these errors were encountered: