Files
Anthony Leonardo Gracio 0cae6eb2d3 T306-021: Add memory usage monitor based on GNATCOLL.Memory
when the DEBUG.ADA_MEMORY trace is enabled, we now monitor the
memory usage consumption and dump it in the logs.

This allows to identify which parts of the program are the
biggest memory usage consumers.

The stacktrace addresses are resolved using GNAT.Symbolic.Traceback
because we link the ALS with relocatable libraries.
2020-03-25 17:26:03 +01:00
..