From 27a80b7906e859f9511f48bae2ca7aa681b57eab Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 25 Sep 2002 12:42:04 +0000 Subject: [PATCH] -elapsed is also useful when using gettimeofday --- apps/speed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/speed.c b/apps/speed.c index fea0ffe2cf..b9ab4cfcb9 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -861,7 +861,7 @@ int MAIN(int argc, char **argv) BIO_printf(bio_err,"\n"); BIO_printf(bio_err,"Available options:\n"); -#ifdef TIMES +#if defined(TIMES) || defined(USE_TOD) BIO_printf(bio_err,"-elapsed measure time in real time instead of CPU user time.\n"); #endif BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n"); -- 2.25.1