I would have a pretty simple question, but at the moment I can’t find a suitable automatic solution.
I developed an algorithm that actually does a lot of things (image processing) in Python.
Now I want to optimize it. And for this, I would like to create a graph of my algorithm.
The appearance of a UML diagram or a sequential diagram is actually what functions the inputs and outputs will be displayed in.
My algorithm does not imply complex material and is mainly based on a = f (b) operations (without databases, hardware, server, ...)
Do you have a hint?
Thanks in advance!
source
share