Hello, how can we measure the time spent to execute a C++ program (not to compile it) ? should we add code to calculate manually this time (using Time.h or other predefined classes in predefined library like boost ? Thank you
Hello, how can we measure the time spent to execute a C++ program (not to compile it) ? should we add code to calculate manually this time (using Time.h or other predefined classes in predefined library like boost ? Thank you