CLOCKS_PER_SEC
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
| Defined in header <time.h>
|
||
| #define CLOCKS_PER_SEC /*implementation defined*/ |
||
Espande a un'espressione (non necessariamente in fase di compilazione costante) di tipo clock_t pari al numero degli impulsi di clock al secondo, come restituiti da
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.
You can help to correct and verify the translation. Click here for instructions.
[modifica] Note
POSIX definisce come
CLOCKS_PER_SEC milione, indipendentemente dalla precisione effettiva 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.
You can help to correct and verify the translation. Click here for instructions.
[modifica] Vedi anche
| ritorna grezzo in tempo di clock del processore in quanto il programma viene avviato 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. (funzione) | |
| processo in esecuzione tempo 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) | |
| C++ documentation for CLOCKS_PER_SEC
| |