Solution time

Hello, I am developing some algorithms and I want to find out how much time does each algorithm need to build. Is there a simple way to do this?
Last edited on
What to mean by "build"? Do you mean compile, or do you mean execute?
If you mean elapsed execution time, see the <chrono> header (C++11):
http://www.cplusplus.com/reference/chrono/
Topic archived. No new replies allowed.