正在加载图片...
时间函数 OMP_GET_WTIME() 获取wall time,以秒为单位,双精度型的实数 OMP_GET_WTICK() 获取每个时钟周期的秒数,即omp get_wtime的精度 omp_get_wtime returns elapsed wall clock time in seconds Fortran double precision function omp_get_wtime( C/C++ double omp_get_wtime(void); ●omp_get_wtick returns the number of seconds between successive clock ticks Fortran double precision function omp_get_wtick( C/C++ double omp_get_wtick(void); http://math.ecnu.edu.cn/-jypan 18 http://math.ecnu.edu.cn/~jypan 18 时间函数 OMP_GET_WTIME() 获取 wall time,以秒为单位,双精度型的实数 OMP_GET_WTICK() 获取每个时钟周期的秒数,即 omp_get_wtime 的精度 Fortran double precision function omp_get_wtime() C/C++ double omp_get_wtime(void);  omp_get_wtime Fortran double precision function omp_get_wtick() C/C++ double omp_get_wtick(void);  omp_get_wtick returns elapsed wall clock time in seconds returns the number of seconds between successive clock ticks
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有