You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 some projects.
Would be better to add support for -debug-time-compilation flag which dumps total build time including its components on a per file basis.
Nice find, @a-vlad ! Will look into this. May need to get the standalone stuff working first though. Xcode 8 will soon be out of beta and I should have been further. :)
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 some projects.
Would be better to add support for -debug-time-compilation flag which dumps total build time including its components on a per file basis.
Ref here for more flag info: https://bugs.swift.org/browse/SR-1788
Other option is use -driver-time-compilation recently added to fix above issue in this PR: swiftlang/swift#4367
The text was updated successfully, but these errors were encountered: