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.ctf
To generate a JavaScript viewer in the directory htdocs
:
mirage-trace-viewer-js --out=./htdocs ./examples/net.ctf
To 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.