Skip to content

Instantly share code, notes, and snippets.

@dickwu
Forked from webfrogs/shell.sh
Created November 23, 2017 16:27
Show Gist options
  • Save dickwu/3775631dd2a5fc1c10e3f4a75ae049d8 to your computer and use it in GitHub Desktop.
Save dickwu/3775631dd2a5fc1c10e3f4a75ae049d8 to your computer and use it in GitHub Desktop.
Output swift function information whose compile time is large than 100ms
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