Last active
August 14, 2017 04:13
-
-
Save wongzigii/08dbae12138cdf4c604c7f9246597cc2 to your computer and use it in GitHub Desktop.
Choose ”Copy transcripts for shown results”, then in Terminal run this script and you will get the 10th longest compile time.
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
pbpaste | egrep '\.[0-9]+ms' | sort -t "." -k 1 -n | tail -10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to add a Swift compiler flag to calculate time.
