swiftlang/swift-package-manager
[SR-608] Provide automatic features for exposing Swift function profiling data
開放
#5,323 建立於 2016年1月24日
enhancementgood first issue
倉庫指標
- 星標
- (10,145 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
| Previous ID | SR-608 |
| Radar | None |
| Original Reporter | @ddunbar |
| Type | New Feature |
| Votes | 0 |
| Component/s | Package Manager |
| Labels | New Feature, StarterBug |
| Assignee | None |
| Priority | Medium |
md5: 03fe6c3771211358a4f1f23f58df8c31
Issue Description:
swiftpm should have a feature where we automatically enable and extract the per-function time data from the compiler, then aggregate it and report it.
This could be invaluable for people who are having performance issues with large Swift projects.