ModelInference / synoptic

Inferring models of systems from observations of their behavior
Other
81 stars 25 forks source link

Expose flag to preserve log ordering of events #404

Closed ohmann closed 8 years ago

ohmann commented 8 years ago

Synoptic reorders events within a trace based on their resource values (usually considered time). Since issue #363, Perfume never reorders events and always uses the log ordering, which allows it to support non-monotonic increasing series of events, e.g., memory usage that rises and falls. Publicly expose the flag that controls this behavior, AbstractOptions.keepOrder.

ohmann commented 8 years ago

Fixed in b08f7b9bad3c2f8bb746196bfb5eaa8366ad5719