Skip to content

Instantly share code, notes, and snippets.

@bre01
bre01 / clk2dot.py
Created December 23, 2025 06:24 — forked from TravMurav/clk2dot.py
Small tool that converts Linux clk_dump into DOT graph
#!/usr/bin/env python3
"""Small tool that converts clk_dump into DOT graph"""
#
# YOu can use it like this:
# ./clk2dot.py FILE | unflatten -fl 20 | dot -Tpng > graph.png
#
import sys
import json