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

Time Execution #147

Open
Toumi0812 opened this issue Jul 7, 2017 · 2 comments
Open

Time Execution #147

Toumi0812 opened this issue Jul 7, 2017 · 2 comments

Comments

@Toumi0812
Copy link

Hi everyone,
Do you know how to compute the time execution of a specific part of code?
For example, executing a sequence in ORB_SLAM, I would like to know the time execution of ORB Extraction?

Thanks

@laxnpander
Copy link

There are endless ways to do this. Why not get current time before execution, get current time after execution and then compute delta t and write to .txt?

@Mechazo11
Copy link

I know this is kinda 5 years later, but what would be ideal wall time or cpu time? Referring to std::chrono library available from C++11 and onwards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants