Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 524 Bytes

clock-function-c.md

File metadata and controls

16 lines (12 loc) · 524 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: clock Function (C)
clock Function (C)
11/04/2016
clock function
4e66b721-850e-4e62-906a-72e42060c93d

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