Can I trace code structure and document the routine calling

조회 수: 1 (최근 30일)
Robert Jones
Robert Jones 2016년 3월 7일
댓글: Robert Jones 2016년 3월 7일
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
Geoff Hayes
Geoff Hayes 2016년 3월 7일
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 2016년 3월 7일
thanks. I wil try it

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Manual Performance Optimization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by