-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently this library does not support native time based filtering. Right now in order to filter by time the user would need to import the library and parse each log entry and filter on each entry.
It should be possible to make time filtering faster. Based on my current notes the tracev3 header and timesync files should expose enough info to implement faster time filtering.
It may be possible to implement faster time filtering by just updating the example binary and adding the feature.
Otherwise the library may need to be updated a bit to ensure enough info is exposed to implement time filtering for users who import the library
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request