-
Notifications
You must be signed in to change notification settings - Fork 28
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
Adopting utl::log() #165
base: master
Are you sure you want to change the base?
Adopting utl::log() #165
Conversation
I think we need an option in And then wrap this in |
f72c943
to
d795837
Compare
Seeing the code, maybe it makes sense to rename to something with |
Do all the MOTIS repos builds rely on the I'm not a big CMake expert, so I'm not sure how best to share the doc-building logic between MOTIS repositories.
Maybe this should be tackled in a separate issue / PR? |
Yes, I agree, I think it would be clearer. I opened PR motis-project/utl#32 to add this prefix. |
In case this docs building is always the same and should be used in all MOTIS repositories (osr, motis, etc.), I would propose to create a separate repository (maybe called |
d795837
to
2ff7d44
Compare
I agree. |
Comment moved to: motis-project/motis#702 |
009154b
to
fb698f8
Compare
The purpose of tracing in RAPTOR |
fcfb50c
to
595e7a9
Compare
I am currently blocked by this issue: motis-project/utl#35 |
should be fixed by motis-project/utl#36
|
595e7a9
to
73403d4
Compare
73403d4
to
cb280d7
Compare
Co-authored-by: Felix Gündling <[email protected]>
f3a16ac
to
88f1648
Compare
88f1648
to
968e94e
Compare
I think this is ready |
@@ -0,0 +1,19 @@ | |||
#pragma once |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why nigiri::scoped_timer
if there's utl::scoped_timer
?
I think you were right with the function signature. It's cluttering output a lot. Even if it gives additional context, it's maybe not worth to clutter the text output so much. |
No description provided.