SuperLU  5.0
Functions
superlu_timer.c File Reference

Returns the time used. More...

#include <sys/types.h>
#include <sys/times.h>
#include <sys/time.h>
#include <unistd.h>
Include dependency graph for superlu_timer.c:

Functions

double SuperLU_timer_ ()
 Timer function. More...
 

Detailed Description

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.

Function Documentation

double SuperLU_timer_ ( )