]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/dispatch/dispatch-docs.factor
e93ea165c124bdaf2741c52183f2fae55d426bcb
[factor.git] / basis / tools / dispatch / dispatch-docs.factor
1 IN: tools.dispatch
2 USING: help.markup help.syntax vm quotations ;
3
4 HELP: last-dispatch-stats
5 { $var-description "A " { $link dispatch-statistics } " instance, set by " { $link collect-dispatch-stats } "." } ;
6
7 HELP: dispatch-stats.
8 { $description "Prints method dispatch statistics from the last call to " { $link collect-dispatch-stats } "." } ;