#include <time.h>
|
clock_t
clock (void); |
The clock function determines the amount of processor time used since the invocation of the calling process, measured in CLOCKS_PER_SEC s of a second.
Note: clock system call eventually calls symbian call user::GetCpuTime(), which is not supported from version 8.0b, hence this api is just a build support api.
© 2005-2007 Nokia |