@hackage hs-speedscope0.1.1.0
Convert an eventlog into the speedscope json format
Categories
License
BSD-3-Clause
Maintainer
matthewtpickering@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (6)
Dependents (1)
@hackage/ghc-stack-profiler-speedscope
hs-speedscope
hs-speedscope is a simple executable for converting an eventlog into a format suitable to load into speedscope.
WARNING: Only GHC 8.10 supports generating an eventlog with the correct events for this program to work.
Usage
- Create an eventlog which contains time profiling events by running your program with
program +RTS -p -l-au. - Run
hs-speedscopeon the resulting eventloghs-speedscope program.eventlog. - Load the resulting
program.eventlog.jsonfile into speedscope to visualise the profile.