dinamite-toolkit / timesquared

Performance Visualization Tool
MIT License
0 stars 1 forks source link

Visualization incorrect when I supply a file in which events are not ordered by time. #6

Open dchanman opened 7 years ago

dchanman commented 7 years ago

I created an input file where there events for two threads, but they are not ordered by time. In this file, there are all events for one thread listed first and then events for another thread listed second. The resulting visualization was broken. It did not correctly wrap threads as the snake around the screen.

There is bug in MonetDB, which prevents me from correctly using the OR operator. That is why I provided this unsorted file. We probably need to fix this bug, if we will be using MonetDB in the future, to work around this OR bug.

The file needed to reproduce this bug is attached. OR-bug.txt