-
Notifications
You must be signed in to change notification settings - Fork 137
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
What is Significance of profiling #6
Comments
Hi Tushar, you can enable the progiling behavior compiling sptam with the following command: catkin_make --pkg sptam -DSHOW_PROFILING=ON Best! |
Hi Taihú , |
Look in .ros directory in your home. The logs must be there. Their name is
|
Thanks it is stored in .ros . By the way you have kept it ON by default in CMakeList. |
Mmm, yes. It is a mistake. I going to fix it in the next commit ;)
|
Your have used logger .
But i don't see any log files after running code.
How to build code with profiling on ?
I have seen MAcro in code as SHOW_PROFILING
The text was updated successfully, but these errors were encountered: