For that type of application you may be better off with a Sequence Diagram than with a Gantt chart. There is at least one module on CPAN to generate sequence diagrams (UML::Sequence) which even includes some samples of generating them automatically from a call graph. I haven't used it for anything serious yet, but I've got it on my list for the next time I have a need to do automated sequence diagrams...
| [reply] |
thank you, this a totally new perspective! Now I'll see if Sequence Diagrams work for me. However, I need accurate timing information -you know nanoseconds- which is the part most available solutions fail.
| [reply] |