From 97196f5c26b23f0790c3e60291dfdcd836f79b9c Mon Sep 17 00:00:00 2001 From: John Clements Date: Sat, 15 Aug 2009 20:41:55 +0000 Subject: [PATCH] no description of 'lst' argument svn: r15746 --- collects/scribblings/reference/time.scrbl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/collects/scribblings/reference/time.scrbl b/collects/scribblings/reference/time.scrbl index 2c28abea77..4a98a3a491 100644 --- a/collects/scribblings/reference/time.scrbl +++ b/collects/scribblings/reference/time.scrbl @@ -104,10 +104,10 @@ time is a portion of the time reported by Collects timing information for a procedure application. Four values are returned: a list containing the result(s) of applying -@scheme[proc], the number of milliseconds of CPU time required to -obtain this result, the number of ``real'' milliseconds required for -the result, and the number of milliseconds of CPU time (included in -the first result) spent on garbage collection. +@scheme[proc] to the arguments in @scheme[lst], the number of milliseconds of +CPU time required to obtain this result, the number of ``real'' milliseconds +required for the result, and the number of milliseconds of CPU time (included +in the first result) spent on garbage collection. The reliability of the timing numbers depends on the platform. If multiple MzScheme threads are running, then the reported time may