Handbook
Glossary
add-timers ( vocab -- )
Vocabulary
wordtimer
Inputs
vocab
a
string
Outputs
None
Word description
annotates all the words in the vocab with timer code. After profiling you can remove the annotations with reset-vocab
Definition
USING:
sequences
vocabs
;
IN:
wordtimer
:
add-timers
( vocab -- )
vocab-words
[
add-timer
]
each
;