Is there a command to measure compile speed?

Hello

Ive written 2 programs in shell and I need to compare their speed (Compile) against one another.

what methods could I go about doing this?

Is there a feature in shell do accommodate this?

Use the time command.

Regards

worked a treat thankyou