I would like to analyze the CPU performance of my Flutter app on app launch using Dart DevTools. Currently I only get access to the Dart VM Service url (e.g. http://127.0.0.1:51378/36IZvt4H1b0=/) once the app has launched. This means I can miss several seconds of time before actually connecting to the profiler. Is there a way to get or define this url ahead of time so that the DevTools can wait for the app to connect?
Add a comment
|