CLOCKS_PER_SEC
, CLK_TCK
Syntax
#include <time.h>
Remarks
The time in seconds is the value returned by the clock
function, divided by CLOCKS_PER_SEC
. CLK_TCK
is equivalent, but considered obsolete.
Αυτό το πρόγραμμα περιήγησης δεν υποστηρίζεται πλέον.
Κάντε αναβάθμιση σε Microsoft Edge για να επωφεληθείτε από τις τελευταίες δυνατότητες, τις ενημερώσεις ασφαλείας και την τεχνική υποστήριξη.
CLOCKS_PER_SEC
, CLK_TCK
#include <time.h>
The time in seconds is the value returned by the clock
function, divided by CLOCKS_PER_SEC
. CLK_TCK
is equivalent, but considered obsolete.