Skip to content

Instantly share code, notes, and snippets.

@SteveRohrlack
Created May 20, 2016 10:06
Show Gist options
  • Save SteveRohrlack/97e9659e4402b2f6735364a0d1095287 to your computer and use it in GitHub Desktop.
Save SteveRohrlack/97e9659e4402b2f6735364a0d1095287 to your computer and use it in GitHub Desktop.
profile swift compilation times
xcodebuild -workspace MyApp.xcworkspace -scheme MyApp clean build \
OTHER_SWIFT_FLAGS="-Xfrontend -debug-time-function-bodies" > compiletimes.debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment