Time Computation
Afficher commentaires plus anciens
How to calculate compilation time for a code in seconds? tic-toc command gives time in machine cycles. Is there any way?
Réponses (2)
the cyclist
le 23 Juin 2012
0 votes
Would using the profiler help?
Walter Roberson
le 23 Juin 2012
toc stops a stopwatch timer started by the tic function, and displays the time elapsed in seconds.
So tic/toc already uses seconds, not machine cycles.
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!