Go to the source code of this file.
Functions | |
| void | time_init () |
| double | time_C () |
| double | time_clock () |
| double | time_CPU () |
| void | time_print () |
| double time_C | ( | ) |
-------------------------------------------------------- time_C - (C standard procedure) to return time in seconds from some date ---------------------------------------------------------

| double time_clock | ( | ) |
-------------------------------------------------------- time_clock - to return wall clock time from initialization ---------------------------------------------------------
| double time_CPU | ( | ) |
-------------------------------------------------------- time_CPU - to return CPU time from initialization ---------------------------------------------------------


| void time_init | ( | ) |
-------------------------------------------------------- time_init - to initiate time measurments ---------------------------------------------------------

| void time_print | ( | ) |
-------------------------------------------------------- time_print - to print CPU and wall clock time from initialization ---------------------------------------------------------


1.6.1