[BOLT][UTILS] Add dot2html helper tool to embed dot into html
authorAmir Ayupov <aaupov@fb.com>
Thu, 2 Jun 2022 06:37:04 +0000 (23:37 -0700)
committerAmir Ayupov <aaupov@fb.com>
Thu, 2 Jun 2022 06:37:43 +0000 (23:37 -0700)
commit51c20e5804a2371aeade317038db85affa8d9a38
tree5c827f66d3c8ee82e33f4286dfaa07e48925ea00
parent19e285477ed818ebe6b8a8749a37fc8dd6f4be19
[BOLT][UTILS] Add dot2html helper tool to embed dot into html

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

Reviewed By: rafauler

Differential Revision: https://reviews.llvm.org/D126218
bolt/utils/dot2html/d3-graphviz-template.html [new file with mode: 0644]
bolt/utils/dot2html/dot2html.py [new file with mode: 0755]