Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: ted on April 28, 2011, 08:29:35 am

Title: call graphs?
Post by: ted on April 28, 2011, 08:29:35 am
I'm doing some reverse engineering from source code. I really like the UML diagrams for the data structures that get generated, but I'd really like to be able to generate a call graph. Is that capability in the product? If not, it seems like it would be a really easy feature to add.

Thanks,

Ted
Title: Re: call graphs?
Post by: Geert Bellekens on April 28, 2011, 04:49:24 pm
You can generate sequence diagrams from running code, maybe that helps?

Geert
Title: Re: call graphs?
Post by: ted on April 29, 2011, 09:23:22 am
Right but my code runs on linux, not Windows. So I guess the answer is no. I can use doxygen for this, but I was hoping to have one tool to rule them all :-)

Thanks,

Ted