FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_time.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 FrontISTR Commons
3  * This software is released under the MIT License, see LICENSE.txt
4  *****************************************************************************/
5 
6 #ifndef HECMW_TIME_INCLUDED
7 #define HECMW_TIME_INCLUDED
8 
9 #ifndef HECMW_SERIAL
10 #include "mpi.h"
11 #else
12 #include <time.h>
13 #include <sys/timeb.h>
14 #endif
15 
16 double HECMW_Wtime(void);
17 double HECMW_Wtick(void);
18 
19 #endif
HECMW_Wtick
double HECMW_Wtick(void)
Definition: hecmw_time.c:22
HECMW_Wtime
double HECMW_Wtime(void)
Definition: hecmw_time.c:8