-
SummaryMake the performance profiling tools available in the Community toolkit - or at least available in something cheaper than an Enterprise subscription to VS. Intended Use CaseDeveloping solid production apps in Android is really difficult without tools for profiling (performance and memory allocation) , but an enterprise subscription is just too expensive. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
For comparison, Flutter offers great performance profiling tools for free. If MAUI wants to be competitive I think this is a must. |
Beta Was this translation helpful? Give feedback.
-
Even making the current xamarin profiler work again would do, but it seems since 2019 there are no resources allocated to keep working on it, maybe open source this as well. |
Beta Was this translation helpful? Give feedback.
-
This is something we are looking at adding in the future. For now, there is some support for capturing profile information and you can use tools like speedscope, or load the captured traces into the VS tools directly. https://github.com/dotnet/maui/wiki/Profiling-.NET-MAUI-Apps |
Beta Was this translation helpful? Give feedback.
-
how about just use the force to sense complexity of your codes |
Beta Was this translation helpful? Give feedback.
This is something we are looking at adding in the future.
For now, there is some support for capturing profile information and you can use tools like speedscope, or load the captured traces into the VS tools directly.
https://github.com/dotnet/maui/wiki/Profiling-.NET-MAUI-Apps