tools.time: fix documentation error (reported by Mitchell N Charity)
parent
e60ae6f3be
commit
79bcda6d1e
|
@ -16,7 +16,7 @@ ABOUT: "timing"
|
||||||
|
|
||||||
HELP: benchmark
|
HELP: benchmark
|
||||||
{ $values { "quot" quotation }
|
{ $values { "quot" quotation }
|
||||||
{ "runtime" "the runtime in microseconds" } }
|
{ "runtime" "the runtime in nanoseconds" } }
|
||||||
{ $description "Runs a quotation, measuring the total wall clock time." }
|
{ $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 } "." } ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue