Skip to content

Instantly share code, notes, and snippets.

@ateliercw
Last active May 17, 2016 18:14
Show Gist options
  • Save ateliercw/eebe978055b26a5bc65e to your computer and use it in GitHub Desktop.
Save ateliercw/eebe978055b26a5bc65e to your computer and use it in GitHub Desktop.
Basic worst offenders invocation
xcodebuild -workspace [workspace] -scheme [scheme] 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