This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][UTILS] Add dot2html helper tool to embed dot into html
ClosedPublic

Authored by Amir on May 23 2022, 9:27 AM.

Details

Summary

To be rendered in browser using d3-graphviz.
Example:

Diff Detail

Event Timeline

Amir created this revision.May 23 2022, 9:27 AM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: ayermolo. · View Herald Transcript
Amir updated this revision to Diff 431448.May 23 2022, 12:03 PM

chmod +x

Amir updated this revision to Diff 431459.May 23 2022, 1:04 PM

Support for both -dot-tooltip-code and no-code nodes.

Amir published this revision for review.May 23 2022, 1:15 PM
Amir edited the summary of this revision. (Show Details)
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2022, 1:15 PM
rafauler accepted this revision.May 23 2022, 5:00 PM

Awesome!

This revision is now accepted and ready to land.May 23 2022, 5:00 PM
Amir updated this revision to Diff 433662.Jun 1 2022, 11:36 PM

Animated node expansion - removes graph jumping on the screen on a click

This revision was landed with ongoing or failed builds.Jun 1 2022, 11:37 PM
This revision was automatically updated to reflect the committed changes.