Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log different timestamps with only one sv_timestamp_logger #8

Open
eroussy opened this issue Nov 20, 2024 · 0 comments
Open

Log different timestamps with only one sv_timestamp_logger #8

eroussy opened this issue Nov 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@eroussy
Copy link
Member

eroussy commented Nov 20, 2024

Currently, sv_timestamp_logger is capable of logging the hardware timestamp and the userspace timestamp. However, if you want to log both, you must launch two instances of sv_timestamp_logger.

The tool should be modified to be able to log

  • The hardware timestamp
  • The driver timestamp
  • The user space timestamp
    within one instance.

All of these timestamps must be logged in a different file, that will have the same formatting as today.

TODO:

  • Add an option to log the driver timestamp
  • Modify the arguments so that the user provide one file name for each timestamp type (hw, driver, userspace)
    This will break the API, so may be we shoud tag first.
@eroussy eroussy added the enhancement New feature or request label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant