Espaces de noms
Variantes

CLOCKS_PER_SEC

De cppreference.com
< c | chrono

<metanoindex/>

 
 
Utilitaires date et l'heure
Fonctions
Original:
Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
La manipulation du temps
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
Les conversions de format
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
Constantes
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
Types
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
 
<tbody> </tbody>
Déclaré dans l'en-tête <time.h>
#define CLOCKS_PER_SEC /*implementation defined*/
Développe en une expression (pas nécessairement une constante de compilation) de type clock_t égal au nombre de tops d'horloge par seconde, comme renvoyé par 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 définit CLOCKS_PER_SEC à un million, quelle que soit la précision réelle des 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.

Voir aussi

retourne première heure de l'horloge du processeur puisque le programme est lancé
Original:
returns raw processor clock time since the program is started
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(fonction) [edit]
traiter en temps continu
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.

(typedef) [edit]
C++ documentation for CLOCKS_PER_SEC