BuildTimeAnalyzer-for-Xcode
BuildTimeAnalyzer-for-Xcode copied to clipboard
Build Time Analyzer for Swift
If you make a change and recompile the code, the Build Time Analyzer window updates the time, but it seems like it's not deleting the old results, and rather it...
Lots of developers add two targets inside their projects, one for `Debug` and one for `Release`. I think it's a good idea to add support to select Debug target in...
I want export analysis log so that i can find it every time, such as instrument,what can i do
After adding Other Swift Flags and hitting build in Xcode, the new build doesn't appear in the project table. I need to close and reopen the app. It should automatically...
The flag used -debug-time-function-bodies only dumps function body times which can account for only a small subset of the total build time per file / for all swift files for...
I don't know how feasible this might be, but it would be nice to be able to just install a pre-built version of this app app through brew cask. That...
From the Build time analyzer results Window, the data results table are not copyable. It will be useful to be able to copy this and paste it in google docs/...
Just changed them to AnyObject as Xcode suggests according to Swift changes
getting this error while using it in my project