Handbook
Glossary
(top-down) ( max-depth profile-data depth -- tree )
Vocabulary
tools
.
profiler
.
sampling
.
private
Inputs
max-depth
an
object
profile-data
an
object
depth
an
object
Outputs
tree
an
object
Definition
USING:
assocs
;
IN:
tools.profiler.sampling.private
::
(top-down)
( max-depth profile-data depth -- tree )
profile-data
collect-threads
[
[
max-depth depth
collect-tops
]
<profile-root-node>
trim-root
]
assoc-map
;