As you know, clock() function is not supported by ispc.
It is not necessary for ispc to support this function. However, it
improves the understanding of model/mapping.
Even nVidia CUDA supports this function which helps understanding some
of the important issues on GPU (like memory latency, cache
configuration and warp issue policy).
Regards,
Ahmad