maui-profiling icon indicating copy to clipboard operation
maui-profiling copied to clipboard

Way to automate ios startup time measurement

Open Pastajello opened this issue 1 year ago • 1 comments

Hello!

I really like to work you do. Its working nicely for my application, but here I sit and wonder, is it possible to have a similar script for ios? If so, Im not saying to have you write it up, but can you maybe give a starting point for it?

Pastajello avatar Jun 14 '24 13:06 Pastajello

I think they have some examples here:

  • https://github.com/dotnet/performance/pull/3352

Using a tool called xharness (was short for Xamarin) to launch iOS apps:

  • https://github.com/dotnet/xharness

jonathanpeppers avatar Jun 17 '24 14:06 jonathanpeppers