cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Solution time
Solution time
Jul 3, 2014 at 12:23pm UTC
PROGR4MM3R
(6)
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
Jul 3, 2014 at 1:08pm UTC
Jul 3, 2014 at 1:39pm UTC
AbstractionAnon
(6954)
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.