Update of the memory analysis tool
This MR contains changes to the mem_analysis.csv
. The .csv
file records all malloc() and free() events accompanied by function name, line number and frame number. A new Python script is provided plotting a graph with individual intra-frame and inter-frame memory allocations throughout the time.
Related to #316 (closed)