How to record excution time of a subfunction during runtime?

1 visualizzazione (ultimi 30 giorni)
I have a function, that repeatedly calls a specific subfunction and I need to record the execution time of every call. How can I do that with profile? The help page for profile didn't go into how the time is recorded, if it is.
Can I just time the call from the outside or do I have to change the subfunction to record it's own runtime and return with all the other values?

Risposta accettata

Mischa Kim
Mischa Kim il 31 Mar 2014
Modificato: Mischa Kim il 31 Mar 2014
Daniel, use tic and toc.
tic
[your subroutine call or commands]
toc

Più risposte (0)

Categorie

Scopri di più su Performance and Memory in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by