From 927e75f60a3f8428b6c939f2480dc1ab9349fda0 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 25 Sep 2002 12:42:12 +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 f73deba790..9fb0aa1991 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -689,7 +689,7 @@ int MAIN(int argc, char **argv) BIO_printf(bio_err,"\n"); #endif -#ifdef 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"); -- 2.25.1