Features:
- Hides duplicated information.
- The full information appears on mouse-hover event.
- Removes extra 'text' tags.
Differential D62553
[analyzer][WIP] A Python script to simplify the ExplodedGraph dumps Charusso on May 28 2019, 3:39 PM. Authored by
Details Features:
Diff Detail Event TimelineComment Actions Pre-alpha release as it is already too huge.
Comment Actions I asked you to publish this, but once i saw it, i realized that there are a lot more plans in my had that i already put into my work on this subject. I was imagining a data structure to manipulate graph dumps in more sophisticated manners, like filtering by state data or cutting out specific paths (the latter may be useful even for trimmed graphs), which i already have a more-or-less working sketch for. Therefore i'll ask you to let me in first to initiate this script, and later have you update it with your code. A few high-level ideas anyway:
Comment Actions By https://github.com/llvm/llvm-project/commit/ee37e28fd1c670ecabea64a15b9cc8698ca62b86 which prevents build-bot and other developer build-break the JSON-support is final. @NoQ, I am looking forward for that patch! |
Solved by D62087.