#include <sys/types.h>
#include <sys/times.h>
#include <time.h>
#include <sys/time.h>
Defines | |
#define | CLK_TCK 60 |
Functions | |
double | SuperLU_timer_ () |
Timer function. |
Purpose =======
Returns the time in seconds used by the process.
Note: the timer function call is machine dependent. Use conditional compilation to choose the appropriate function.
#define CLK_TCK 60 |
double SuperLU_timer_ | ( | ) |