Created
March 30, 2017 02:55
-
-
Save webfrogs/ca3dc609d7a6212389ae0d91b7cb06da to your computer and use it in GitHub Desktop.
Output swift function information whose compile time is large than 100ms
This file contains hidden or 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 XXX.xcworkspace -scheme XXX clean build OTHER_SWIFT_FLAGS="-Xfrontend -debug-time-function-bodies" | grep '^\d\{3,\}[.]\{1\}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment