Procedure | Location | Procedure Type | Description |
---|---|---|---|
ctimer_start | fortime | Subroutine | Starts the timer by recording the current CPU time value. This value is used to calculate the CPU time later. |
ctimer_stop | fortime | Subroutine | Stops the timer and calculates the CPU time. Optionally, it can print a message along with the CPU time. |
ctimer_write | fortime | Subroutine | Writes the CPU time to a file. |
dtimer_start | fortime | Subroutine | Starts the timer by recording the current processor clock value. This value is used to calculate the elapsed time later. |
dtimer_stop | fortime | Subroutine | Stops the timer and calculates the elapsed time. Optionally, it can print a message along with the elapsed time. |
dtimer_write | fortime | Subroutine | Writes the elapsed time to a file. |
mtimer_start | fortime | Subroutine | Starts the timer by recording the current MPI time value. This value is used to calculate the MPI time later. |
mtimer_stop | fortime | Subroutine | Stops the timer and calculates the MPI time. Optionally, it can print a message along with the MPI time. |
mtimer_write | fortime | Subroutine | Writes the MPI time to a file. |
otimer_start | fortime | Subroutine | Starts the timer by recording the current OMP time value. This value is used to calculate the OMP time later. |
otimer_stop | fortime | Subroutine | Stops the timer and calculates the OMP time. Optionally, it can print a message along with the OMP time. |
otimer_write | fortime | Subroutine | Writes the OMP time to a file. |
print_time | fortime | Subroutine | |
timer_start | fortime | Subroutine | Starts the timer by recording the current processor clock value. This value is used to calculate the elapsed time later. |
timer_stop | fortime | Subroutine | Stops the timer and calculates the elapsed time. Optionally, it can print a message along with the elapsed time. |
timer_write | fortime | Subroutine | Writes the elapsed time to a file. |
to_seconds | fortime | Function |