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.

print_time fortime Subroutine
timer_pause fortime Subroutine
timer_resume 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
write_to_file fortime Subroutine
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~write_to_file write_to_file proc~ctimer_write->proc~write_to_file 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~dtimer_write->proc~write_to_file colorize colorize proc~print_time->colorize proc~timer_pause timer%timer_pause proc~timer_resume timer%timer_resume proc~timer_start timer%timer_start proc~timer_stop timer%timer_stop proc~timer_stop->proc~print_time proc~timer_write timer%timer_write proc~timer_write->proc~write_to_file 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~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~test2 test2 program~test2->proc~timer_start program~test2->proc~timer_stop program~test2->proc~timer_write program~test2->check 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~test31 test31 program~test31->proc~timer_pause program~test31->proc~timer_resume program~test31->proc~timer_start program~test31->proc~timer_stop program~test31->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
Help