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

Prepend logging prints with the current/elapsed physical time #395

Open
erlingrj opened this issue Mar 15, 2024 · 0 comments
Open

Prepend logging prints with the current/elapsed physical time #395

erlingrj opened this issue Mar 15, 2024 · 0 comments
Labels
enhancement Enhancement of existing feature good first issue Good for newcomers

Comments

@erlingrj
Copy link
Collaborator

I think the logs would be alot more useful if each line included the elapsed physical time. Then we could see where time is "spent". Now we have lines such as:

- acquiring environment mutex
- acquired environment mutex

But the missing critical info is to know how long that took. This should be an easy fix in logging_macros.h

@erlingrj erlingrj added enhancement Enhancement of existing feature good first issue Good for newcomers labels Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant