I think you will get the same result with gcc as with pgcc. I believe the
problem is that the clock() resolution is not very small, and the cpus are very fast.
Send mail to trs@pgroup.com, and I will send you dclock(), a routine that
counts the cpu cycles, and then converts the count to seconds. It is
better for measuring small amounts of time.