lttng / lttng-scope

A trace viewer and analyzer for LTTng kernel and user space traces
https://lttng.org/beta/#lttng-scope
Eclipse Public License 1.0
28 stars 6 forks source link

timegraph: Add selection and mouse pivot to zoom #22

Closed mjeanson closed 7 years ago

mjeanson commented 7 years ago

This patch implements the following logic for the zoom pivot point instead of the current behavior of using the center of the visible area:

The mouse and selection conditions can also be disabled through appropriate debug options.

Fixes #20.

Signed-off-by: Michael Jeanson mjeanson@efficios.com

ghost commented 7 years ago

Let's merge this, and extra tests can be built on top of it.