Dear all,
I write a code in C and run it on Linux using icc compiler. However, there are too many iterations in the program and it takes so much time to complete just one run of the program (more than 3 days). Is there any special library function, command or subroutine that can be used to monitor the computing time of the program execution, that is to check which particular part of the program (which iteration) that takes the largest amount of computing time so that I know which part may need some modification?
Thanks in advance.
urkel
I write a code in C and run it on Linux using icc compiler. However, there are too many iterations in the program and it takes so much time to complete just one run of the program (more than 3 days). Is there any special library function, command or subroutine that can be used to monitor the computing time of the program execution, that is to check which particular part of the program (which iteration) that takes the largest amount of computing time so that I know which part may need some modification?
Thanks in advance.
urkel
Comment