Can XCode draw the call graph of a program?

Posted by Werner on Stack Overflow See other posts from Stack Overflow or by Werner
Published on 2010-03-15T15:42:23Z Indexed on 2010/03/15 18:39 UTC
Read the original article Hit count: 207

Filed under:
|
|

Hi,

I am new to Mac OSX, and I wonder if Xcode can generate , for a given C++ source code, the call graph of the program in a visual way.

I also wonder if for each function, and after a run, whether it can also print the %time spent on the function

If so, I would thank really some links with tutorials or info, after googling I did not find anything relevant

Thanks

© Stack Overflow or respective owner

Related posts about macosx

Related posts about xcode