Re: speed of execution




"kavi" <kavitha_irtt2002@xxxxxxxxx> wrote in message
news:1148029997.551035.133210@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello friends,

Could any one tell the way of calculating the speed of c program
execution?

unsigned long speed(unsigned long distance,
unsigned long time)
{
return distance / time;
}

-Mike


.