On 13.03.19 г. 15:51 ч., Steven Rostedt wrote: > On Thu, 7 Mar 2019 17:43:14 +0200 > Yordan Karadzhov <ykaradzhov@xxxxxxxxxx> wrote: > >> When zooming-in the model is supposed to avoid over-zooming by >> recalculation the Scale factor. The new value of the Scale factor is >> supposed to be such that the size of the bin cannot be smaller than 5 >> ns. This patch fixes a naive bug in the way the new scale value is >> calculated. > > BTW, what if the resolution of time stamps isn't in ns, and we can have > more than one event in a 5 unit bin. Does that mean we never display > multiple events in that small of a time scale? For the moment Yes. We have to make this value (5 units /ns) a parameter that can be configured. Yordan > > -- Steve >