Skip to content
  • Simon Marlow's avatar
    New tracing interface · 5a2769f0
    Simon Marlow authored
    A simple interface for generating trace messages with timestamps and
    thread IDs attached to them.  Most debugging output goes through this
    interface now, so it is straightforward to get timestamped debugging
    traces with +RTS -vt.  Also, we plan to use this to generate
    parallelism profiles from the trace output.
    5a2769f0