profile ( quot -- )
Factor handbook » Developer tools » Sampling profiler

Next:total-time ( -- n )


Vocabulary
tools.profiler.sampling

Inputs
quota quotation


Outputs
None

Word description
Executes quot with the sampling profiler enabled. The results of the profile can subsequently be reported with words such as top-down and flat, or the raw data can be saved and inspected with most-recent-profile-data.

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

Definition