Count time while a program is running

1 visualización (últimos 30 días)
André Pacheco
André Pacheco el 14 de Dic. de 2012
Hello, i would like to know if there is any function that counts the time that a program spends while he is running. I'm doing some exercises and it would be useful for me to check how much time the program spends.

Respuesta aceptada

Image Analyst
Image Analyst el 14 de Dic. de 2012
Editada: Image Analyst el 14 de Dic. de 2012
Try tic and toc in your code,
tic;
% Some code....
toc;
or else try the profiling code on the pulldown menu.

Más respuestas (0)

Categorías

Más información sobre Debugging and Analysis en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by