Event time visualization tools for real-time software development

I am designing a real-time system that produces outputs at a given interval, but the lengths are somewhat complicated. I am looking for a tool that can generate a graphical representation of the timeline of events for documentation or discussion.

As an example, I can point out that A takes 10ns, B takes N * A ns, C takes 40 + B ns. Show me the timeline when the events take into account this order of events A + A + A + 3 * (B + A + B + C) + C + C + A. Note that the timeline is in nanoseconds, not in days.

I considered Verilog or SystemC modeling, but that is too much, and I would still like to get a more pleasant output than the signal.

Is there any toolkit (GoogleAPI ?, Ruby on Rails ?, Excel ?, LaTex?) That can do such things, but I don’t know anything.

+3
source share
2 answers

If you need high performance, you can try VTK .

If you do not need high performance, you can do it in d3 , Processing , ProcessingJS or Protovis . They are all quite flexible and allow you to do almost anything you want.

0
source

TriPacific RapidRMA. Rhapsody , , .

0

All Articles