Handbook
Glossary
gc-stats. ( -- )
Factor handbook
»
Developer tools
»
Timing code and collecting statistics
Prev:
gc-events. ( -- )
Next:
gc-summary. ( -- )
Vocabulary
tools
.
memory
Word description
Prints a breakdown of different garbage collection events that took place during the last call to
collect-gc-events
.
Definition
USING:
namespaces
prettyprint
tools.memory.private
;
IN:
tools.memory
:
gc-stats.
( -- )
gc-events
get
compute-gc-stats
gc-stats-table
simple-table.
;