Execution time of m-file
이전 댓글 표시
Hai. I need to find the execution time for m-files created for segmentation purpose. Which method do you prefer.I tried tic and toc but I am different results each time.Which is best to use?
채택된 답변
추가 답변 (1개)
Walter Roberson
2013년 4월 12일
0 개 추천
Profiler effectively turns off JIT (the just in time compilation) with the result that the profile times could turn out very different (much worse) than actual times.
You might want to use the File Exchange contribution "timeit"
카테고리
도움말 센터 및 File Exchange에서 Image Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!