The first thing I'm interested in doing is visualizing how cooldowns are used. Here is an example of what I have in mind with the x-axis being time starting on the left and going until the boss death on the right 3 minutes later.
Is there already a tool which gives this sort of info? I was thinking I could probably parse out this info using my poor knowledge of perl regular expressions, but it would definately be a mess. Does anyone have experience with WWS or other combat log parsers? Once I get the parsed data, generating the figure is easy.
The second thing I'm interested in is some combat log analysis which can help identify problems in someone's ability rotation (for example, "this warrior has terrible lag because he's messing up his slams something terrible"). However, I haven't yet decided how I want to visualize this info.