I am currently doing my Bachelorthesis on Blazor PWA vs Maui Hybrid on the Windows Plattform. I have two Tasks (Rendering and Sorting of a big List) and i want to look at time, cpu usage and ram usage during these tasks. Time is obviously no problem with the usage of stopwatch. CPU and Ram Usage arent working as i expected, as Process/Performancecounter are not available on Blazor.
Do you guys have any idea, how i could somehow measure those metrics to use for analyzation at the end of my thesis? I would be incredible grateful for any piece of advice from you guys.