Skip to content

Latest commit

 

History

History
53 lines (48 loc) · 1.08 KB

File metadata and controls

53 lines (48 loc) · 1.08 KB
title omp_get_wtick | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
omp_get_wtick
dev_langs
C++
helpviewer_keywords
omp_get_wtick OpenMP function
ms.assetid 8ca950cd-4952-4081-bc0b-8544dd27ad30
caps.latest.revision 7
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

omp_get_wtick

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.

See Also

Functions