I've been able to use the axiom profiler on Linux via mono
but it does indeed take many hours (it appears to hang for a long time during this process, but it does indeed work). Once it has finished its analysis, the interface is quite responsive (although I would recommend staying away from a few of the options under the "File" menu which cause it to crash).
Since I would need to basically leave it overnight for non-trivial traces, I spin it up on a server and use X forwarding via xpra (which allows me to disconnect and reconnect to the server).
If the issue is purely to find queries that are triggering badly, and if fstar works faster with hints, then I also have a useful script fstar-profile-queries
that I'd written a few months ago that might be useful. It uses qprofdiff
to find offending queries, but does it in a way that is much nicer to work with.