Skip to content

Latest commit

 

History

History
42 lines (40 loc) · 895 Bytes

File metadata and controls

42 lines (40 loc) · 895 Bytes
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision ms.author manager translation.priority.ht
clock Function (C)
na
10/14/2016
visual-studio-dev14
na
na
devlang-cpp
na
article
C++
C
clock function
4e66b721-850e-4e62-906a-72e42060c93d
6
mithom
ghogen
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

clock Function (C)

ANSI 4.12.2.1 The era for the clock function

The clock function's era begins (with a value of 0) when the C program starts to execute. It returns times measured in 1/CLOCKS_PER_SEC (which equals 1/1000 for Microsoft C).

See Also

Library Functions