in reply to CPU Schedule Visualization - Gantt Chart

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...


www.jasonkohles.com
We're not surrounded, we're in a target-rich environment!
  • Comment on Re: CPU Schedule Visualization - Gantt Chart

Replies are listed 'Best First'.
Re^2: CPU Schedule Visualization - Gantt Chart
by perreal (Monk) on Apr 22, 2008 at 14:46 UTC
    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.