Making sense from GHC profiler
问题 I'm trying to make sense from GHC profiler. There is a rather simple app, which uses werq and lens-aeson libraries, and while learning about GHC profiling, I decided to play with it a bit. Using different options ( time tool, +RTS -p -RTS and +RTS -p -h ) I acquired entirely different numbers of my memory usage. Having all those numbers, I'm now completely lost trying to understand what is going on, and how much memory the app actually uses. This situation reminds me the phrase by Arthur