Handbook
Glossary
correct-for-timing-overhead ( -- )
Vocabulary
wordtimer
Word description
attempts to correct the timings to take into account the overhead of the timing function. This is pretty error-prone but can be handy when you're timing words that only take a handful of milliseconds but are called a lot
Definition
USING:
namespaces
;
IN:
wordtimer
:
correct-for-timing-overhead
( -- )
*wordtimes*
[
(correct-for-timing-overhead)
]
change-global
;