swiftlang/swift-package-manager
Auf GitHub ansehen[SR-608] Provide automatic features for exposing Swift function profiling data
Open
#5.323 geöffnet am 24. Jan. 2016
enhancementgood first issue
Repository-Metriken
- Stars
- (10.145 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 9T 13h) (90 gemergte PRs in 30 T)
Beschreibung
| 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.