On Sun, Jan 20, 2013 at 9:00 AM, Peeters Simon <peeters.si...@gmail.com> wrote: > Because of the discution about the python dependencies for systemd-analyze > I made a rewrite in C.
I was only advocating for the data collection side to move to C so small, Python-less systems can still dump startup data for analysis elsewhere. Is there a reason the code generates an SVG directly? It seems cleaner to generate a dot file, which is then trivial to pull into other rendering and visualization tools. Graphviz can create an SVG from a dot file (and would not have to run on the system that generates the dot file). Dot is also a more abstract DAG representation, allowing tools like X Dot [1] that browse the dot data directly. [1] http://code.google.com/p/jrfonseca/wiki/XDot -- David Strauss | da...@davidstrauss.net | +1 512 577 5827 [mobile] _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel