Handbook
Glossary
print-word-timings ( -- )
Vocabulary
wordtimer
Word description
Displays the timing information for each word-timer annotated word. Columns are: total time taken in microseconds, number of invocations, wordname
Definition
USING:
assocs
kernel
namespaces
prettyprint
sequences
sorting
;
IN:
wordtimer
:
print-word-timings
( -- )
*wordtimes*
get-global
[
swap
suffix
]
{
}
assoc>map
inv-sort
pprint
;