Name

clock - determines processor time

Library

libc.lib

Synopsis

  #include <time.h>
  clock_t clock (void);

Return values

clock is just a build support and hence returns 0.

Detailed description

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.


See also


Feedback

For additional information or queries on this page send feedback

© 2005-2007 Nokia

Top