Handbook
Glossary
gc-events. ( -- )
Factor handbook
»
Developer tools
»
Timing code and collecting statistics
Prev:
dispatch-stats. ( -- )
Next:
gc-stats. ( -- )
Vocabulary
tools
.
memory
Word description
Prints all garbage collection events that took place during the last call to
collect-gc-events
.
Definition
USING:
io
namespaces
sequences
;
IN:
tools.memory
:
gc-events.
( -- )
gc-events
get
[
gc-event.
nl
]
each
;