profile. ( tree -- )
Factor documentation > Factor handbook > Developer tools > Sampling profiler
Prev:flat ( -- flat )
Next:most-recent-profile-data ( -- profile-data )


Vocabulary
tools.profiler.sampling

Inputs and outputs
treea profile report


Word description
Formats and prints a profile report generated by top-down, top-down-max-depth, cross-section, or flat.

See also
cross-section, flat, top-down, top-down-max-depth, profile

Definition
USING: assocs tools.profiler.sampling.private ;

IN: tools.profiler.sampling

: profile. ( tree -- )
profile-heading. [ 0 (profile-node.) ] assoc-each ;