.NET MAUI Performance Investigations

Tips and tricks on doing performance investigates for .NET MAUI applications. I do a demo of dotnet-trace, dotnet-gcdump, dotnet-dsrouter, and speedscope!
I apologize for the lack of beard, but it is a bit HOT outside here in Kentucky. There might also be a bit of background noise from my kids. Hope you enjoy!
Links for profiling:
aka.ms/profile-maui
github.com/xamarin/xamarin-an...
github.com/xamarin/xamarin-ma...
Memory leaks:
aka.ms/maui-memory-leaks

Пікірлер: 5

  • @toyokenstudio
    @toyokenstudio14 күн бұрын

    Really useful info! Thanks so much!

  • @Engisan
    @Engisan12 күн бұрын

    Nicely done, thanks!

  • @RafaelSaccomani
    @RafaelSaccomani19 күн бұрын

    Amazing video! You’re the best.

  • @OmarHagoche
    @OmarHagocheАй бұрын

    thank you for this information, that really helps. 💜

  • @jlinker7
    @jlinker73 күн бұрын

    I must be doing something wrong. I have tried to follow exactly what you are doing, but when i copy the 'dotnet-trace collect -p 47752 (changes of course) --format speedscope' and run it I always get a message System.ArgumentException: Process with an Id of 47752 (or which ever it shows at that point) is not running. I have run the adb reverse command and everything.