A Script On Transfer Time

I wanna make a shell script that calculates the total time spent on copying a file.

Script will simply copy a file using cp command or maybe wget..

Which commands i can use to get the time details of a file?

thanks,

Google Search Results for script execute time | The UNIX and Linux Forums

$ man time

Thanks a lot.