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

65 vues (au cours des 30 derniers jours)
LuMig
LuMig le 29 Avr 2015
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 commentaire
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.

Connectez-vous pour commenter.

Réponse acceptée

Jonas
Jonas le 8 Juin 2017
Hello, maybe this answer can helps you.

Plus de réponses (0)

Catégories

En savoir plus sur Performance and Memory dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by