A patch to enable the llvm-xray graph subcommand to color edges and
vertices based on statistics and to annotate vertices with statistics.
Depends on D27243
Differential D28225
Implemented color coding and Vertex labels in XRay Graph varno on Jan 2 2017, 10:35 PM. Authored by
Details A patch to enable the llvm-xray graph subcommand to color edges and Depends on D27243
Diff Detail
Event TimelineComment Actions Needs test coverage for the color functionality, I think? (I don't see any colors being tested in the tests)
Comment Actions In general I think this could do with a bit more documentation, about the semantics of what we're trying to do (as opposed to how we're doing it).
Comment Actions Also, I think you'd want to rebase this given that llvm-xray graph has landed upstream.
Comment Actions LGTM -- we can probably use some more user-facing documentation explaining a bit what this tool actually does (probably time to update docs/XRay.rst) but something to be done for later.
|