Method call sequence visualization

Hello everyone,
Recently I've got a task to refactor some existing c++ code and I wonder if there is a tool which can visualize method call sequences for each method in a class and thus provide integral picture of class behavior. Right now I'talking about static analysis, I don't need tool which produces such a visualization during runtime.
Thanks))
closed account (48T7M4Gy)
UML, sequence diagrams, use case diagrams et al?

Visio, Rational Rose

http://www.umlet.com/

https://netbeans.org/features/uml/
Last edited on
@kemrot As I know UMLET is only aplicable to Java. Am I right?
Last edited on
closed account (48T7M4Gy)
@kemrot (sic) As I know UMLET is only applicable to Java. Am I right?

It quite possibly is. I've never used it. It was there when I had a quick surf around so you'll need to check it out thoroughly.

I was surprised to see there is a free edition of Rational Rose.

Visio is quite good but expensive.

Sorry, I can't be more specific, depending on the size of the project and whether you need to code up the result or you are just mapping an existing project you can probably find UML templates for OpenOffice etc. Maybe even do it by hand?

http://stackoverflow.com/questions/8015471/uml-free-reverse-engineering-tool-for-c-h-cpp-class-diagram mentions Argo UML http://argouml.tigris.org/ might be worth a try. Used to be good but I don't know much about their latest.

Cheers
Thanks)
Last edited on
Topic archived. No new replies allowed.