Memory types in Matlab

Hi, When choosing
profile on;
profile('-memory','on');
setpref('profiler','showJitLines',1);
four types of memory are returned:Allocated Memory,Freed Memory,Self Memory and Peak Memory. Would anybody explain the different meanings?

Answers (1)

KL
KL on 29 Apr 2015

0 votes

did you check this ?

This question is closed.

Asked:

on 29 Apr 2015

Closed:

on 29 Apr 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!