[FEATURE] trappy.Run() should allow to parse just a subtrace
Created by: derkling
It could be useful in some situations to parse only a portion of the trace. For example, to consider only the events in between two specified markers or the events from a certain (relative) initial timestamp and for a certain duration.
This for example cold speed/up some post processing analysis which starts from a complete trace but then they need to focus on specific intervals.