Last active
May 17, 2016 18:14
-
-
Save ateliercw/eebe978055b26a5bc65e to your computer and use it in GitHub Desktop.
Basic worst offenders invocation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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