<div dir="ltr"><div><div><div><div><div><div><div>Hello all!<br><br></div>  I'm trying to understand the memory allocation charts produced by the Haskell GHC profiler.<br><br></div>  My doubt at this moment is this:<br></div>    the graph shown at [1], is what is called an Area Graph;<br></div>    but I can't find information on what sort of area graph it is, is it an overlapped area graph or a stacked area graph?<br></div>    or put another way, is the higher point (more or less horizontally centered) value read from the x (seconds) axis (from 0K) or from the top "line" for the lesser area plots (namely from around 4k)<br><br></div>  So, is the highest value an absolute value taken from the y axis, or that value minus the higher value for the 2nd greatest area plot in the graph?<br><br></div><div>  Thank You Very Much in advance for any help!<br><br></div><div>  Gilberto Melfe<br><br>[1] <a href="https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/profiling.html#profiling-memory-usage">https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/profiling.html#profiling-memory-usage</a><br><br></div></div>