BuildTimeAnalyzer-for-Xcode icon indicating copy to clipboard operation
BuildTimeAnalyzer-for-Xcode copied to clipboard

Build Time Analyzer for Swift

Results 20 BuildTimeAnalyzer-for-Xcode issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

bug

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...

enhancement

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...

help wanted

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/...

enhancement

Just changed them to AnyObject as Xcode suggests according to Swift changes