how to use profiler view
2 ビュー (過去 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 .
採用された回答
Jan
2012 年 10 月 30 日
I prefer the old style:
profile on
<run your program>
profile report
profile off
0 件のコメント
その他の回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!