
6 Jun
2017
6 Jun
'17
8:34 p.m.
How is this done? I am working on ConCat [https://github.com/conal/concat] and we need a profile of the plugin itself. I tried "stack test --profile" but that does a profile of the test program, not the plugin. Can i do this and not rebuild GHC?

12 Jun
12 Jun
3:35 a.m.
Hello M, Unfortunately, if you want detailed profiling, you will have to rebuild GHC with profiling. Note that you can basic heap profile information without rebuilding GHC. Edward Excerpts from M Farkas-Dyck's message of 2017-06-06 12:34:57 -0800:
How is this done? I am working on ConCat [https://github.com/conal/concat] and we need a profile of the plugin itself. I tried "stack test --profile" but that does a profile of the test program, not the plugin. Can i do this and not rebuild GHC?
2948
Age (days ago)
2954
Last active (days ago)
1 comments
2 participants
participants (2)
-
Edward Z. Yang
-
M Farkas-Dyck