/mirage-trace-viewer

GTK and HTML viewers for mirage-profile trace files

Primary LanguageOCamlBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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.