Add utils/process-stats-dir.py to digest output of swiftc -stats-output-dir #9474
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is just a utility script in which I'm accumulating bits of logic for analyzing the output of
the recently-added
swiftc -stats-output-dir
; it's only useful if you happen to be doing perfanalysis based on those stats, isn't otherwise live.
(Currently has two useful modes, one of which tells you about the achieved level of incrementality
in a build, set-of-builds, or pairs-of-sets-of-builds; the other outputs "catapult"-compatible event
traces so you can visualize the driver's activities over a build in https://github.com/catapult-project/catapult/tree/master/tracing)