std::clock_t

From cppreference.com
< cpplrm; | chronolrm; | c
Date and time utilities
(C++11)
(C++11)
Clocks
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Calendars
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Time zones
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
C-style date and time
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)