Handbook
Glossary
foreign-time ( -- n )
Factor handbook
»
Developer tools
»
Sampling profiler
Prev:
gc-time ( -- n )
Next:
foreign-thread-time ( -- n )
Vocabulary
tools
.
profiler
.
sampling
Inputs
None
Outputs
n
a
duration
Word description
Returns the total time spent in non-Factor code (such as the Factor VM, or FFI calls) during the last
profile
.
See also
total-time
,
gc-time
,
foreign-thread-time
Definition
IN:
tools.profiler.sampling
:
foreign-time
( -- n )
most-recent-profile-data
foreign-time*
;