#include <stdlib.h>#include <stdio.h>#include <time.h>#include <sys/time.h>#include <sys/resource.h>#include "uth_system.h"
Functions | |
| double | time_C () |
| void | time_init () |
| 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