Util.Trace
Description
Utils for trace-oriented logging.
force :: (MonadIO m, DeepSeq.NFData a) => a -> m () Source #
trace :: MonadIO m => String -> m () Source #
Write a trace entry. This goes in the eventlog, and can be read by threadscope or chrome, after App.ConvertEventLog