Handbook
Glossary
total-time>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
total-time>>
( object -- value )
Methods
USING:
accessors
classes.struct
classes.struct.private
math
vm
;
M:
gc-event
total-time>>
T{
struct-slot-spec
{
name
"total-time"
}
{
offset 344
}
{
class
integer
}
{
initial 0
}
{
type
cell_t
}
}
read-struct-slot
;
inline
USING:
accessors
slots.private
tools.profiler.sampling
;
M:
profile-node
total-time>>
2
slot
;
inline