Пространства имён
Варианты
Действия

CLOCKS_PER_SEC

Материал из cppreference.com
< c | chrono

 
 
Дата и время коммунальные услуги
Функции
Original:
Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Время манипуляции
Original:
Time manipulation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
difftime
time
clock
Формат преобразования
Original:
Format conversions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
asctime
ctime
strftime
wcsftime
gmtime
localtime
mktime
Константы
Original:
Constants
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
CLOCKS_PER_SEC
Типы
Original:
Types
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
tm
time_t
clock_t
 
Заголовочный файл <time.h>
#define CLOCKS_PER_SEC /*implementation defined*/
Расширение для выражения (не обязательно константой во время компиляции) типа clock_t равно число тактов в секунду, а возвращается clock().
Original:
Expands to an expression (not necessarily a compile-time constant) of type clock_t equal to the number of clock ticks per second, as returned by clock().
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[править] Notes

POSIX определяет CLOCKS_PER_SEC в качестве одного миллиона человек, независимо от фактической точности clock.
Original:
POSIX defines CLOCKS_PER_SEC as one million, regardless of the actual precision of clock.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[править] См. также

возвращает необработанное процессорное время, прошедшее с момента старта программы
(функция) [edit]
протекающего времени
Original:
process running time
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(определение типа) [edit]
C++ документация для CLOCKS_PER_SEC