#include <sys/types.h>
#include <sys/times.h>
#include <sys/time.h>
#include <unistd.h>
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.
double SuperLU_timer_ | ( | ) |