
25 Apr
2020
25 Apr
'20
6:17 a.m.
Hi there. I've built a GHC with profiling enabled as guided by the wiki and that works fine standalone. I found the option for specifying a certain GHC to Cabal. But I'm a little baffled as to how to get the results of the GHC profile when building a library with Cabal. My goal is to try to get a baseline profile, then have a poke at the innards of GHC and then see if whatever I've changed has made an improvement to the build speed. Does anyone have any idea what the best way to do that is? Thanks, Sean.