flat ( -- flat )
Factor handbook » Developer tools » Sampling profiler

Prev:cross-section ( depth -- tree )
Next:profile. ( tree -- )


Vocabulary
tools.profiler.sampling

Inputs
None

Outputs
flata profile report


Word description
Generates a flat profile from the results of the most recent profile. Each sample's time will be charged to every function in the callstack at the time of the sample. The output tree can be printed with the profile. word.

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

Definition