Handbook
Glossary
gc-stats-table-row ( pair -- row )
Vocabulary
tools
.
memory
.
private
Inputs
pair
an
object
Outputs
row
an
object
Definition
USING:
accessors
combinators
combinators.smart
kernel
math
math.statistics
sequences
;
IN:
tools.memory.private
:
gc-stats-table-row
( pair -- row )
[
[
first
gc-op-string
]
[
second
[
collections>>
]
[
times>>
{
[
sum
nanos>string
]
[
mean
>integer
nanos>string
]
[
median
>integer
nanos>string
]
[
minimum
nanos>string
]
[
maximum
nanos>string
]
}
cleave
]
bi
]
bi
]
output>array
;