Add Debug.Trace.traceMarker/traceMarkerIO
Much like the traceEvent, but used for marking points in time during execution for use in profiling tools. This uses the traceMarker# primop. The underlying RTS code currently works for the eventlog system, but could be extended to cover heap profiling.
Please register or sign in to comment