Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
reset-word-timing ( -- )
Factor documentation
>
Factor handbook
>
Developer tools
>
Word annotations
Prev:
watch-vars ( word vars -- )
Next:
add-timing ( word -- )
Vocabulary
tools.annotations
Word description
Resets the word timing table.
Definition
USING:
assocs
namespaces
;
IN:
tools.annotations
:
reset-word-timing
( -- )
word-timing
get
clear-assoc
;