how to use profiler view

조회 수: 3 (최근 30일)
MANJUNATH
MANJUNATH 2012년 10월 30일
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 .
  댓글 수: 1
Jan
Jan 2012년 10월 30일
Which error do you get?

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

채택된 답변

Jan
Jan 2012년 10월 30일
I prefer the old style:
profile on
<run your program>
profile report
profile off

추가 답변 (1개)

Sachin Ganjare
Sachin Ganjare 2012년 10월 30일
  댓글 수: 1
MANJUNATH
MANJUNATH 2012년 10월 30일
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

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

카테고리

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