Handbook
Glossary
collect-dispatch-stats ( quot -- dispatch-statistics )
Vocabulary
tools
.
dispatch
Inputs
quot
a
quotation
Outputs
dispatch-statistics
a
dispatch-statistics
Word description
Calls the quotation and outputs a
dispatch-statistics
instance.
Notes
The
time
combinator automatically calls this combinator.
Definition
USING:
classes.struct
kernel
tools.dispatch.private
vm
;
IN:
tools.dispatch
:
collect-dispatch-stats
( quot -- dispatch-statistics )
reset-dispatch-stats
call
dispatch-stats
dispatch-statistics
memory>struct
;
inline