Authors: | Phil Dawes |
*calling* |
*wordtimes* |
Word | Stack effect |
(add-timer) | ( word quot -- quot' ) |
(correct-for-timing-overhead) | ( timingshash -- timingshash ) |
add-timer | ( word -- ) |
add-timers | ( vocab -- ) |
called-recursively? | ( word -- t/f ) |
calling | ( word -- ) |
correct-for-timing-overhead | ( -- ) |
dummy-word | ( -- ) |
finished | ( word -- ) |
lookup-word-time | ( wordname -- utime n ) |
print-word-timings | ( -- ) |
profile-vocab | ( vocab quot -- ) |
register-time | ( utime word -- ) |
reset-vocab | ( vocab -- ) |
reset-word-timer | ( -- ) |
subtract-overhead | ( {oldtime,n} overhead -- {newtime,n} ) |
time-dummy-word | ( -- n ) |
time-unless-recursing | ( quot word -- ) |
timed-call | ( quot word -- ) |
update-times | ( utime current-utime current-numinvokes -- utime' invokes' ) |
wordtimer-call | ( quot -- ) |