Handbook
Glossary
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-data
raw 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
USING:
kernel
namespaces
tools.profiler.sampling.private
;
IN:
tools.profiler.sampling
:
most-recent-profile-data
( -- profile-data )
raw-profile-data
get-global
[
"No profile data"
throw
]
unless*
;