stop<< ( value object -- )


Vocabulary
accessors

Inputs
valuean object
objectan object


Outputs
None

Definition

GENERIC: stop<< ( value object -- )


Methods

M: benchmark-data-pair stop<<
T{ struct-slot-spec
{ name "stop" }
{ offset 200 }
{ class benchmark-data }
{ initial
S{ benchmark-data
{ time 0 }
{ data-room
S{ data-heap-room
{ nursery ~copying-sizes~ }
{ aging ~copying-sizes~ }
{ tenured ~mark-sweep-sizes~ }
{ cards 0 }
{ decks 0 }
{ mark-stack 0 }
}
}
{ code-room
S{ mark-sweep-sizes
{ size 0 }
{ occupied 0 }
{ total-free 0 }
{ contiguous-free 0 }
{ free-block-count 0 }
}
}
{ callback-room
S{ mark-sweep-sizes
{ size 0 }
{ occupied 0 }
{ total-free 0 }
{ contiguous-free 0 }
{ free-block-count 0 }
}
}
}
}
{ type benchmark-data }
} write-struct-slot ; inline