HACKER Q&A
📣 akmittal

What is the lighthouse alternative for desktop apps


I am building a desktop app and comparing different cross platform tools (Electron, Flutter, Compose)

I can see the memory usage and CPU utilisation, but is there any standard way to compare performance for desktop apps.


  👤 navjack27 Accepted Answer ✓
By using each OSes most native development environment and the tools built into them. Xcode for Mac, Visual Studio 2022 for Windows... Shrugs for Linux.

Maybe magic trace? https://github.com/janestreet/magic-trace