Effacer les filtres
Effacer les filtres

Can I trace code structure and document the routine calling

3 vues (au cours des 30 derniers jours)
Robert Jones
Robert Jones le 7 Mar 2016
Commenté : Robert Jones le 7 Mar 2016
Hello,
Just took over somebody's code and I need to map the code, i.e. extract the structure (function calling order, etc.) Obviously I can do that interactively using the debugger, but it's quite inefficient when there are so many levels. Is there a way to automate the process, so I can generate a list of chronological calling of routines and passing arguments?
  2 commentaires
Geoff Hayes
Geoff Hayes le 7 Mar 2016
Robert - the profile tool may provide some of the information that you are looking for (though it is used to profile code and determine the execution time for functions).
Robert Jones
Robert Jones le 7 Mar 2016
thanks. I wil try it

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Manual Performance Optimization dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by