Execution time of m-file
Show older comments
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?
Accepted Answer
More Answers (1)
Walter Roberson
on 12 Apr 2013
0 votes
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"
Categories
Find more on Image Segmentation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!