Description
GHC event log files can be parsed and dumped as text for profiling, debugging, and performance investigation.
It is useful for Haskell developers studying runtime behavior, thread activity, garbage collection, or program timing. Event logs can become large and may reveal workload details, so store and share them with the same care as other diagnostic artifacts.