mpid_time.h

来自「Path MPICH-V for MPICH the MPI Implement」· C头文件 代码 · 共 22 行

H
22
字号
#ifndef MPID_Wtime/* Special features of timer for NX */#ifndef ANSI_ARGS#if defined(__STDC__) || defined(__cplusplus)#define ANSI_ARGS(a) a#else#define ANSI_ARGS(a) ()#endif#endifextern double v_time ANSI_ARGS((void));extern void v_tick ANSI_ARGS((double *));#define MPID_Wtime(t) *(t)= v_time()#define MPID_Wtick(t) v_tick( t )#define MPID_Wtime_is_global MPID_Time_is_global#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?