Time Computation

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)

Walter Roberson
Walter Roberson le 23 Juin 2012

0 votes

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

Tags

Question posée :

le 23 Juin 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by