Skip to content

Update of the memory analysis tool

malenovsky requested to merge 316-update-of-mem_analysis-m into main

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)

Merge request reports

Loading