Description
GHC thread profile data can be explored visually to understand parallelism, runtime activity, and performance bottlenecks in Haskell programs.
It is useful for developers tuning threaded or parallel Haskell applications. Profile files can expose workload structure and may be large, so collect them intentionally and avoid sharing sensitive diagnostic data unnecessarily.