Viewer for CTF traces collected by mirage-profile.
To view a trace in a window using the GTK interface:
mirage-trace-viewer-gtk ./examples/net.ctfTo generate a JavaScript viewer in the directory htdocs:
mirage-trace-viewer-js --out=./htdocs ./examples/net.ctfTo dump a trace from a running Xen domain, use mirage-trace-dump-xen.
Examples can be found in the blog post Visualising an Asynchronous Monad.