Community
Participate
Working Groups
The Control Flow View and Resource View used to display dotted vertical lines if horizontal bars couldn't be displayed for the current resolution and zoom. A dotted line is an indication for the user that there is more information for the given pixel and the user has to zoom in to see the details. The feature is not available anymore. To reproduce: Open any LTTng trace of a sufficient long time range.
Created attachment 203676 [details] Fix for bug A previous change for the calculation of the width of the rectangle bar has been reverted. This previous changes used Math.ceil() instead of a cast of a double to integer which basically means Math.floor() (next low integer value). The change to Math.ceil() prevented the width to be 0 which later is used as indicator for the dotted line.
Patch committed. Bug is fixed.
Delivered in 0.9.0