LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Other *NIX (https://www.linuxquestions.org/questions/other-%2Anix-55/)
-   -   howto benchmark gpg in mac os x? (https://www.linuxquestions.org/questions/other-%2Anix-55/howto-benchmark-gpg-in-mac-os-x-311031/)

carboncopy 04-08-2005 06:40 AM

howto benchmark gpg in mac os x?
 
Hi!

I compiled gnupg 1.4.1. with the following flags :
CFLAGS="-O3 -faltivec -mcpu=7450 -mtune=7450 -mpowerpc -fast"

I would like to benchmark it to compare with and without would it make a difference in encrypting stuff.

keefaz 04-08-2005 08:03 AM

You could use the time function
Code:

time gpg --verify file.sig

carboncopy 04-08-2005 11:35 PM

Thanks, will do that. :)


All times are GMT -5. The time now is 09:01 AM.