Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 628 Bytes

clocks-per-sec-clk-tck.md

File metadata and controls

24 lines (18 loc) · 628 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: CLOCKS_PER_SEC, CLK_TCK
CLOCKS_PER_SEC, CLK_TCK
11/04/2016
CLOCKS_PER_SEC
TIME/CLOCKS_PER_SEC
CLK_TCK
TIME/CLK_TCK
CLOCKS_PER_SEC
CLK_TCK constant
bc285106-383d-44cb-91bf-276ad7de57bf

CLOCKS_PER_SEC, CLK_TCK

Syntax

#include <time.h>

Remarks

The time in seconds is the value returned by the clock function, divided by CLOCKS_PER_SEC. CLK_TCK is equivalent, but considered obsolete.

See also

clock
Global constants