most-recent-profile-data ( -- profile-data )
Factor handbook » Developer tools » Sampling profiler

Prev:profile. ( tree -- )
Next:top-down* ( profile-data -- tree )


Vocabulary
tools.profiler.sampling

Inputs
None

Outputs
profile-dataraw profile data


Word description
Returns the raw profile data from the most recent profile. This data can be saved and used with the * variants of reporting words, such as top-down* and flat*, independent of later executions of the profiler..

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

Definition