Tool/software:
Hi, TI expert.
We would to check how memory used when running the run_app_single_cam.sh in vision app.
We try to use the commands to get memory information by /proc/meminfo and free -m.
But it seems not the R5F in RTOS part, that seems the A72 in Linux part.
And we try to use the command by p: Print performance statistics in vision app from the function of appPerfStatsDdrStatsPrintAll.
It seems to output the DDR performance not like the memory used.
# DDR performance statistics
DDR BW | AVG | PEAK
----------|--------------|-------
READ BW | 1107 MB/s | 2700 MB/s
WRITE BW | 1007 MB/s | 2058 MB/s
TOTAL BW | 2114 MB/s | 4758 MB/s
Could you help to provide if it is any method to see the memory used?
Thanks a lot.