ARM-software / trappy

This repository has moved to https://gitlab.arm.com/tooling/trappy
Apache License 2.0
60 stars 39 forks source link

EventPlot: Add ability to plot simultaneous events #220

Closed sinkap closed 8 years ago

sinkap commented 8 years ago

The timeline plot was designed to have one "key" running in one "lane". Here you have the "queueing" key running in multiple lanes and this confuses the filtering logic. I imagined the each event to be only present in one lane at a time, much like a single PID can be only on a single CPU.

This fix allows the EventPlot to plot concurrent events. Events which occur simultaneously in multiple lanes

sinkap commented 8 years ago

An attempt to fix #219

mdigiorgio commented 8 years ago

Nice! It works flawlessly with the example I posted on #219 . Thanks for this :+1:

JaviMerino commented 8 years ago

Good stuff, thanks @sinkap ! Travis CI fail is not related to this error. I have run the testsuite myself and it passes. Merging.