From cc7274077564befa7426909e7c70f6de0169fa5e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 7 Oct 2004 09:45:43 +0000 Subject: 20462: Use getrusage for timing again. Time processes from before rather than after fork. --- Src/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/init.c') diff --git a/Src/init.c b/Src/init.c index ef101069c..370f93782 100644 --- a/Src/init.c +++ b/Src/init.c @@ -856,7 +856,7 @@ setupvals(void) #endif } - times(&shtms); + get_usage(); /* Close the file descriptors we opened to block off 0 to 9 */ for (i = 0; i < 10; i++) -- cgit 1.4.1