Skip to content

Commit

Permalink
Rewrite plotting routines. Faster, much less ram.
Browse files Browse the repository at this point in the history
The old code would create an array of all the data from the trace,
and then filter that array over and over again to produce the
different graphs.

The new code creates only the array needed to do the data plot,
and it tries to be as small as possible.

The data for the other graphs is created as we read the blkparse output,
so we don't have to iterate over all the blktrace data more than
once.
  • Loading branch information
chrismason-xx committed Aug 27, 2009
1 parent b06c916 commit 7600a8a
Showing 1 changed file with 307 additions and 301 deletions.
Loading

0 comments on commit 7600a8a

Please sign in to comment.