Fix typo
parent
4a9a1ba2b5
commit
2ef23e1fef
|
@ -16,7 +16,7 @@ ABOUT: "timing"
|
||||||
HELP: benchmark
|
HELP: benchmark
|
||||||
{ $values { "quot" "a quotation" }
|
{ $values { "quot" "a quotation" }
|
||||||
{ "runtime" "an integer denoting milliseconds" } }
|
{ "runtime" "an integer denoting milliseconds" } }
|
||||||
{ $description "Runs a quotation, measuring the total wall clock time and the total time spent in the garbage collector." }
|
{ $description "Runs a quotation, measuring the total wall clock time." }
|
||||||
{ $notes "A nicer word for interactive use is " { $link time } "." } ;
|
{ $notes "A nicer word for interactive use is " { $link time } "." } ;
|
||||||
|
|
||||||
HELP: time
|
HELP: time
|
||||||
|
|
Loading…
Reference in New Issue