how to use profiler view

3 visualizzazioni (ultimi 30 giorni)
MANJUNATH
MANJUNATH il 30 Ott 2012
i want see the process timing and how much the program is taking to execute at all stages , so i tried using profiler view and if i give the whole programm in the space prvided to writ the program i am getting so error ,
so how to use profiler view and what are its significance .

Risposta accettata

Jan
Jan il 30 Ott 2012
I prefer the old style:
profile on
<run your program>
profile report
profile off

Più risposte (1)

Sachin Ganjare
Sachin Ganjare il 30 Ott 2012
  1 Commento
MANJUNATH
MANJUNATH il 30 Ott 2012
thanks
in profiler gui i was entering the code , now i got to knw that i should write name of that m file .
thanks again

Accedi per commentare.

Categorie

Scopri di più su Performance and Memory in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by