Procedures

ProcedureLocationProcedure TypeDescription
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
call~~graph~~CallGraph proc~ctimer_start timer%ctimer_start proc~ctimer_stop timer%ctimer_stop proc~print_time print_time proc~ctimer_stop->proc~print_time proc~ctimer_write timer%ctimer_write proc~dtimer_start timer%dtimer_start proc~dtimer_stop timer%dtimer_stop proc~dtimer_stop->proc~print_time proc~to_seconds to_seconds proc~dtimer_stop->proc~to_seconds proc~dtimer_write timer%dtimer_write proc~mtimer_start timer%mtimer_start proc~mtimer_stop timer%mtimer_stop proc~mtimer_stop->proc~print_time proc~mtimer_write timer%mtimer_write proc~otimer_start timer%otimer_start omp_get_wtime omp_get_wtime proc~otimer_start->omp_get_wtime proc~otimer_stop timer%otimer_stop proc~otimer_stop->proc~print_time proc~otimer_stop->omp_get_wtime proc~otimer_write timer%otimer_write colorize colorize proc~print_time->colorize proc~timer_start timer%timer_start proc~timer_stop timer%timer_stop proc~timer_stop->proc~print_time proc~timer_write timer%timer_write program~example1 example1 program~example1->proc~timer_start program~example1->proc~timer_stop program~example2 example2 program~example2->proc~timer_start program~example2->proc~timer_stop program~example2->proc~timer_write program~example3 example3 program~example3->proc~ctimer_start program~example3->proc~ctimer_stop program~example4 example4 program~example4->proc~ctimer_start program~example4->proc~ctimer_stop program~example4->proc~ctimer_write program~example5 example5 program~example5->proc~dtimer_start program~example5->proc~dtimer_stop program~example6 example6 program~example6->proc~dtimer_start program~example6->proc~dtimer_stop program~example6->proc~dtimer_write program~test1 test1 program~test1->proc~timer_start program~test1->proc~timer_stop check check program~test1->check program~test10 test10 program~test10->proc~mtimer_start program~test10->proc~mtimer_stop program~test10->check mpi_finalize mpi_finalize program~test10->mpi_finalize mpi_init mpi_init program~test10->mpi_init program~test11 test11 program~test11->proc~mtimer_start program~test11->proc~mtimer_stop program~test11->proc~mtimer_write program~test11->check program~test11->mpi_finalize program~test11->mpi_init program~test12 test12 program~test12->proc~mtimer_start program~test12->proc~mtimer_stop program~test12->proc~mtimer_write program~test12->check program~test12->mpi_finalize program~test12->mpi_init program~test13 test13 program~test13->proc~timer_start program~test13->proc~timer_stop program~test13->check program~test14 test14 program~test14->proc~timer_start program~test14->proc~timer_stop program~test14->proc~timer_write program~test14->check program~test15 test15 program~test15->proc~timer_start program~test15->proc~timer_stop program~test15->proc~timer_write program~test15->check program~test16 test16 program~test16->proc~ctimer_start program~test16->proc~ctimer_stop program~test17 test17 program~test17->proc~ctimer_start program~test17->proc~ctimer_stop program~test17->proc~ctimer_write program~test18 test18 program~test18->proc~ctimer_start program~test18->proc~ctimer_stop program~test18->proc~ctimer_write program~test19 test19 program~test19->proc~otimer_start program~test19->proc~otimer_stop program~test19->check program~test2 test2 program~test2->proc~timer_start program~test2->proc~timer_stop program~test2->proc~timer_write program~test2->check program~test20 test20 program~test20->proc~otimer_start program~test20->proc~otimer_stop program~test20->proc~otimer_write program~test20->check program~test21 test21 program~test21->proc~otimer_start program~test21->proc~otimer_stop program~test21->proc~otimer_write program~test21->check program~test22 test22 program~test22->proc~mtimer_start program~test22->proc~mtimer_stop program~test22->check program~test22->mpi_finalize program~test22->mpi_init program~test23 test23 program~test23->proc~mtimer_start program~test23->proc~mtimer_stop program~test23->proc~mtimer_write program~test23->check program~test23->mpi_finalize program~test23->mpi_init program~test24 test24 program~test24->proc~mtimer_start program~test24->proc~mtimer_stop program~test24->proc~mtimer_write program~test24->check program~test24->mpi_finalize program~test24->mpi_init program~test25 test25 program~test25->proc~dtimer_start program~test25->proc~dtimer_stop program~test25->check program~test26 test26 program~test26->proc~dtimer_start program~test26->proc~dtimer_stop program~test26->proc~dtimer_write program~test26->check program~test27 test27 program~test27->proc~dtimer_start program~test27->proc~dtimer_stop program~test27->proc~dtimer_write program~test27->check program~test28 test28 program~test28->proc~dtimer_start program~test28->proc~dtimer_stop program~test28->check program~test29 test29 program~test29->proc~dtimer_start program~test29->proc~dtimer_stop program~test29->proc~dtimer_write program~test29->check program~test3 test3 program~test3->proc~timer_start program~test3->proc~timer_stop program~test3->proc~timer_write program~test3->check program~test30 test30 program~test30->proc~dtimer_start program~test30->proc~dtimer_stop program~test30->proc~dtimer_write program~test30->check program~test4 test4 program~test4->proc~ctimer_start program~test4->proc~ctimer_stop program~test5 test5 program~test5->proc~ctimer_start program~test5->proc~ctimer_stop program~test5->proc~ctimer_write program~test6 test6 program~test6->proc~ctimer_start program~test6->proc~ctimer_stop program~test6->proc~ctimer_write program~test7 test7 program~test7->proc~otimer_start program~test7->proc~otimer_stop program~test7->check program~test8 test8 program~test8->proc~otimer_start program~test8->proc~otimer_stop program~test8->proc~otimer_write program~test8->check program~test9 test9 program~test9->proc~otimer_start program~test9->proc~otimer_stop program~test9->proc~otimer_write program~test9->check
Help