Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
top-down-max-depth ( max-depth -- tree )
Factor documentation
>
Factor handbook
>
Developer tools
>
Sampling profiler
Prev:
top-down ( -- tree )
Next:
cross-section ( depth -- tree )
Vocabulary
tools.profiler.sampling
Inputs and outputs
max-depth
an
integer
tree
a profile report
Word description
Generates a top-down tree profile from the results of the most recent
profile
. Functions at a callstack depth greater than
max-depth
will be filtered out. The output
tree
can be printed with the
profile.
word.
See also
cross-section
,
flat
,
top-down
,
profile
,
profile.
Definition
IN:
tools.profiler.sampling
:
top-down-max-depth
( max-depth -- tree )
most-recent-profile-data
top-down-max-depth*
;