std::clock_t

From cppreference.com
< cpp‎ | chrono‎ | c
 
 
Utilities library
General utilities
Date and time
Function objects
Formatting library (C++20)
(C++11)
Relational operators (deprecated in C++20)
Integer comparison functions
(C++20)(C++20)(C++20)   
(C++20)
Swap and type operations
(C++14)
(C++11)
(C++11)
(C++11)
(C++17)
Common vocabulary types
(C++11)
(C++17)
(C++17)
(C++17)
(C++11)
(C++17)
(C++23)
Elementary string conversions
(C++17)
(C++17)
 
 
C-style date and time utilities
Functions
Time manipulation
Format conversions
Constants
Types
clock_t
(C++17)
 
Defined in header <ctime>
typedef /* unspecified */ clock_t;

Arithmetic type capable of representing the process running time of implementation-defined range and precision.

See also

returns raw processor clock time since the program is started
(function)
number of processor clock ticks per second
(macro constant)