| Procedure | Location | Procedure Type | Description |
|---|---|---|---|
| ctimer_start | fortime | Subroutine | Start the CPU-time timer. |
| ctimer_stop | fortime | Subroutine | Stop the CPU-time timer and store elapsed CPU seconds. |
| ctimer_write | fortime | Subroutine | Append the last CPU-time result to a text file. |
| days_from_civil | fortime | Function | Convert a civil calendar date to days since the Unix epoch. |
| dtimer_start | fortime | Subroutine | Start the |
| dtimer_stop | fortime | Subroutine | Stop the |
| dtimer_write | fortime | Subroutine | Append the last |
| epoch_seconds_utc | fortime | Function | Convert |
| finalize_timing | fortime | Subroutine | Validate, average, and optionally print a measured duration. |
| print_time | fortime | Subroutine | Print a formatted timing value. |
| run_test1 | check | Subroutine | |
| run_test10 | check | Subroutine | |
| run_test11 | check | Subroutine | |
| run_test12 | check | Subroutine | |
| run_test13 | check | Subroutine | |
| run_test14 | check | Subroutine | |
| run_test15 | check | Subroutine | |
| run_test16 | check | Subroutine | |
| run_test17 | check | Subroutine | |
| run_test18 | check | Subroutine | |
| run_test19 | check | Subroutine | |
| run_test2 | check | Subroutine | |
| run_test20 | check | Subroutine | |
| run_test21 | check | Subroutine | |
| run_test22 | check | Subroutine | |
| run_test23 | check | Subroutine | |
| run_test24 | check | Subroutine | |
| run_test25 | check | Subroutine | |
| run_test26 | check | Subroutine | |
| run_test27 | check | Subroutine | |
| run_test28 | check | Subroutine | |
| run_test29 | check | Subroutine | |
| run_test3 | check | Subroutine | |
| run_test30 | check | Subroutine | |
| run_test31 | check | Subroutine | |
| run_test32 | check | Subroutine | |
| run_test4 | check | Subroutine | |
| run_test5 | check | Subroutine | |
| run_test6 | check | Subroutine | |
| run_test7 | check | Subroutine | |
| run_test8 | check | Subroutine | |
| run_test9 | check | Subroutine | |
| ticks_diff | fortime | Function | Compute the elapsed tick count between two |
| timer_pause | fortime | Subroutine | Pause a running |
| timer_resume | fortime | Subroutine | Resume a paused |
| timer_start | fortime | Subroutine | Start the |
| timer_stop | fortime | Subroutine | Stop the |
| timer_write | fortime | Subroutine | Append the last |
| write_to_file | fortime | Subroutine | Append a timing value to a text file. |