Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
Loading...
Searching...
No Matches
AuxTiming.c File Reference

Timing subroutines. More...

#include <time.h>
#include "fasp.h"
#include "fasp_functs.h"

Go to the source code of this file.

Functions

void fasp_gettime (REAL *time)
 Get system time. More...
 

Detailed Description

Timing subroutines.

Note
This file contains Level-0 (Aux) functions.

Copyright (C) 2009–Present by the FASP team. All rights reserved.

Released under the terms of the GNU Lesser General Public License 3.0 or later.

Definition in file AuxTiming.c.

Function Documentation

◆ fasp_gettime()

void fasp_gettime ( REAL time)

Get system time.

Author
Chunsheng Feng, Zheng LI
Date
11/10/2012

Modified by Chensong Zhang on 09/22/2014: Use CLOCKS_PER_SEC for cross-platform

Definition at line 37 of file AuxTiming.c.