Virtual delta time column

Issue #117 new
Vadim Volkov created an issue

Hello Mikhail.

It would be nice to have a virtual column 'delta time' for easy calculation of time intervals between events. In most cases user don't care exact time when some event happen, we care about how much time is between events or since some event.

Easiest implementation could be: starting event in log has time 0, all other events shows deltas from first event

More advance is first event visible in some window has 0 time and others are deltas.

Comments (1)

  1. Marek Kaszycki

    I agree with Vadim but I have other proposal: user select some row - this will be origin time. User swipe mouse cursor up/down and Android Log Viewer calculate differential time dynamically between origin and time which mouse cursor currently point at. This time could be show in bottom bar or in some pop-up next to mouse cursor.

  2. Log in to comment