Questions tagged [xamarin-profiler]

Standalone application, which is available for Visual Studio Enterprise users to profile, measure and analyze applications created with Xamarin.

6 questions
7
votes
2 answers

Xamarin Profiler Error on Android (Runtime is too old)

Xamarin Profiler does not work for Android. I have Visual Studio Enterprise (required for Xamarin Profiler). I am currently attempting to test profile a Microsoft application which builds fine. Test Project GitHub:…
BigMarty
  • 135
  • 1
  • 6
2
votes
0 answers

Can Xamarin Profiler work with .net 6+ apps

I've been attempting to use the Xamarin Profiler on .net 7 iOS and Android Xamarin projects unsuccessfully both on Visual Studio Mac (with enterprise license) and Visual Studio Enterprise 2022. In both environments and with both projects the Xamarin…
1
vote
1 answer

Xamarin Profiler in Visual Studio 2019 Mac

I want to use Xamarin profiler in Visual Studio 2019 Mac. I found its only available in enterprise edition. I want to try trial version of enterprise edition. How to install trail version of enterprise edition in Mac? I went to this link but…
0
votes
1 answer

What does the allocation graph show in Xamarin Profiler?

Xamarin Profiler documentation states "Currently the allocations graph is the total number of allocations and NOT the size of the heap at that point in time. In a sense, it will never go down, it will only ever increase."…
0
votes
1 answer

Xamarin Android app dies when I attach xamarin profiler

I have an android app I am developing in C# with Xamarin. I have installed a trial version of VS ultimate so that I can get the xamarin profiler also. The problem is that whenever I attach the profiler to my app, the app dies. The debug output isn't…
Jack
  • 871
  • 1
  • 9
  • 17
0
votes
0 answers

Why does my Xamarin.Forms app needs more and more memory, when doing nothing?

I noticed that my Xamarin.Forms app needs more and more memory when doing nothing. Now I used the Xamarin.Forms template project and profiled it on a iOS device (iPad):
testing
  • 19,681
  • 50
  • 236
  • 417