Handbook
Glossary
times. ( node -- )
Vocabulary
tools
.
profiler
.
sampling
.
private
Inputs
node
an
object
Outputs
None
Definition
USING:
accessors
combinators
io
io.streams.string
kernel
math.parser
sequences
;
IN:
tools.profiler.sampling.private
::
times.
( node -- )
[
node
{
[
depth>>
number>string
4 32
pad-head
write
bl
]
[
total-time>>
duration.
bl
]
[
[
gc-time>>
]
[
total-time>>
]
bi
percentage.
bl
]
[
[
jit-time>>
]
[
total-time>>
]
bi
percentage.
bl
]
[
[
foreign-time>>
]
[
total-time>>
]
bi
percentage.
bl
]
[
[
foreign-thread-time>>
]
[
total-time>>
]
bi
percentage.
bl
]
}
cleave
]
with-string-writer
write
;