projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a7480e
)
-elapsed is also useful when using gettimeofday
author
Richard Levitte
<levitte@openssl.org>
Wed, 25 Sep 2002 12:42:12 +0000
(12:42 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 25 Sep 2002 12:42:12 +0000
(12:42 +0000)
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index f73deba790add304bf3399ce29c0ff283ae723e4..9fb0aa19912c9ed744cf3d07c61ef0c6617c1a15 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-689,7
+689,7
@@
int MAIN(int argc, char **argv)
BIO_printf(bio_err,"\n");
#endif
-#if
def TIMES
+#if
defined(TIMES) || defined(USE_TOD)
BIO_printf(bio_err,"\n");
BIO_printf(bio_err,"Available options:\n");
BIO_printf(bio_err,"-elapsed measure time in real time instead of CPU user time.\n");