9 lines
347 B
Factor
9 lines
347 B
Factor
IN: tools.dispatch
|
|
USING: help.markup help.syntax vm quotations ;
|
|
|
|
HELP: last-dispatch-stats
|
|
{ $var-description "A " { $link dispatch-statistics } " instance, set by " { $link collect-dispatch-stats } "." } ;
|
|
|
|
HELP: dispatch-stats.
|
|
{ $description "Prints method dispatch statistics from the last call to " { $link collect-dispatch-stats } "." } ;
|