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
na 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