CLOCKS_PER_SEC
De cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody>| Definido no cabeçalho <time.h>
|
||
#define CLOCKS_PER_SEC /*implementation defined*/ |
||
Expande a uma expressão (não necessariamente um tempo de compilação constante) do tipo
clock_t igual ao número de pulsos de clock por segundo, como retornado por 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.
Notas
POSIX define
CLOCKS_PER_SEC como um milhão, independentemente da precisão real de 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.
Veja também
retorna relógio-prima processador desde que o programa é iniciado 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. (função) | |
processo de execução 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
| |