up: programming - C - time relatedprev: programming:c:asctimenext: programming - C - ctime
Programming C
clock() function
What links here?
clock_t clock ( void );
Returns the number of clock ticks elapsed since the program was launched.

The macro constant expression CLOCKS_PER_SEC specifies the relation between a clock tick and a second (clock ticks per second).

The initial moment of reference used by clock as the beginning of the program execution may vary between platforms. To calculate the actual processing times of a program, the value returned by clock should be compared to a value returned by an initial call to clock.



Parameters

(none)

Return Value

The number of clock ticks elapsed since the program start. On failure, the function returns a value of -1.

clock_t is a type defined in ctime to some type capable of representing clock tick counts and support arithmetical operations (generally a long integer).

Defined in time.h.
www.cplusplus.com
programming - c - functions - clock()
programming - C - function putc(int char, FILE* stream)
programming - Libre Calc - accessing cells
X Windows Functions - Display *XOpenDisplay(display_name)
AutoCAD - Dialog Control Language (DCL) - (start_dialog)
code vault - char_pos
Raspberry PI - BCM2835 C library
programming - target - X Windows (X11)
filename:programming - c - functions - clock()
filename:programming%20%2D%20c%20%2D%20functions%20%2D%20clock%28%29
last edit:April 19 2012 21:59:14 (5011 days ago)
ct = 1767890646.000000 = January 08 2026 11:44:06
ft = 1334887154.000000 = April 19 2012 21:59:14
dt = 433003492.000000