]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgomp/doc/openmp-runtime-library-routines/ompgetwtick.rst
sphinx: copy files from texi2rst-generated repository
[thirdparty/gcc.git] / libgomp / doc / openmp-runtime-library-routines / ompgetwtick.rst
1 ..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6 .. _omp_get_wtick:
7
8 omp_get_wtick -- Get timer precision
9 ************************************
10
11 Description:
12 Gets the timer precision, i.e., the number of seconds between two
13 successive clock ticks.
14
15 C/C++:
16 .. list-table::
17
18 * - *Prototype*:
19 - ``double omp_get_wtick(void);``
20
21 Fortran:
22 .. list-table::
23
24 * - *Interface*:
25 - ``double precision function omp_get_wtick()``
26
27 See also:
28 :ref:`omp_get_wtime`
29
30 Reference:
31 :openmp:`4.5`, Section 3.4.2.