time ( quot -- )
Factor handbook » Developer tools » Timing code and collecting statistics

Next:dispatch-stats. ( -- )


Vocabulary
tools.time

Inputs
quota quotation


Outputs
None

Word description
Runs a quotation, gathering statistics about method dispatch and garbage collection, and then prints the total run time.

See also
benchmark

Definition