Allocated,Freed ,Self Memory and Peak Memory in profiler.

조회 수: 65 (최근 30일)
LuMig
LuMig 2015년 4월 29일
Hi,
When choosing:
profile on;
profile('-memory','on');
setpref('profiler','showJitLines',1);
four types of memory appears:
Allocated Memory,Freed Memory,Self Memory and Peak Memory. would anybody explain the different meanings of those memory types??
  댓글 수: 1
Simão Pedro da Graça Oliveira Marto
I get an error when running your code:
"Cannot change the memory while logging is enabled."
"profile on" must be run after "profile('-memory','on');" because the latter only works if profile is off.

댓글을 달려면 로그인하십시오.

채택된 답변

Jonas
Jonas 2017년 6월 8일
Hello, maybe this answer can helps you.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Performance and Memory에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by