alias of flutter run --profile
flutter run --profile
void runProfile(List<String> args) { start('flutter', ['run', '--profile', ...args]); }