|
From: Donnie J. <do...@da...> - 2008-07-31 23:11:48
|
Hello, I am attempting to create a timeline graph of the changes in "states" of execution for the Glasgow Haskell Compiler (GHC) Run-time System (RTS). I would like to be able to create a timeline graph which has a single horizontal bar (same location on the y-axis) in which the colors change for the different "states". So far, I have only been able to accomplish timeline graphs where the different states are on separate horizontal bars on the y-axis in the timeline; I have linked a screenshot of such a graph [1]. This graph was created as a TimeIntervalStream in which each TimerEvent was a different "state" of execution. Any suggestions would be great. Thank you. __ Donnie Jones 1. http://darthik.com/tuning_fork/ghc/images/screenshot-TfCapTimerEvents.png |