omp_get_wtick
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
Returns the number of seconds between processor clock ticks.
Syntax
double omp_get_wtick( );
Remarks
For more information, see 3.3.2 omp_get_wtick Function.
Example
See omp_get_wtime for an example of using omp_get_wtick
.