Skip to content

Instantly share code, notes, and snippets.

@haemi
Last active January 9, 2017 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haemi/00d32204a07a42377bd322817884a12d to your computer and use it in GitHub Desktop.
Save haemi/00d32204a07a42377bd322817884a12d to your computer and use it in GitHub Desktop.
Profiling Swift compilation times
#!/bin/bash
xcodebuild -workspace App.xcworkspace -scheme App clean build OTHER_SWIFT_FLAGS="-Xfrontend -debug-time-function-bodies" | grep .[0-9]ms | grep -v ^0.[0-9]ms | sort -nr > culprits.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment