tools.time: fix load error in docs
parent
10836ce1bc
commit
9b6b58b240
|
@ -17,7 +17,7 @@ SYMBOL: last-dispatch-stats
|
|||
{ "Tuple check count" [ pic-tuple-count>> ] }
|
||||
} object-table. ;
|
||||
|
||||
: collect-dispatch-stats ( quot -- dispatch-stats )
|
||||
: collect-dispatch-stats ( quot -- dispatch-statistics )
|
||||
reset-dispatch-stats
|
||||
call
|
||||
dispatch-stats dispatch-statistics memory>struct ; inline
|
||||
|
|
|
@ -32,6 +32,6 @@ HELP: collect-gc-events
|
|||
{ $notes "The " { $link time } " combinator automatically calls this combinator." } ;
|
||||
|
||||
HELP: collect-dispatch-stats
|
||||
{ $values { "quot" quotation } { "dispatch-stats" dispatch-stats } }
|
||||
{ $description "Calls the quotation and outputs a " { $link dispatch-stats } " instance." }
|
||||
{ $values { "quot" quotation } { "dispatch-statistics" dispatch-statistics } }
|
||||
{ $description "Calls the quotation and outputs a " { $link dispatch-statistics } " instance." }
|
||||
{ $notes "The " { $link time } " combinator automatically calls this combinator." } ;
|
||||
|
|
Loading…
Reference in New Issue