foreign-time* ( profile-data -- n )


Vocabulary
tools.profiler.sampling

Inputs
profile-dataraw profile data


Outputs
na duration


Word description
Returns the total time spent in non-Factor code (such as the Factor VM, or FFI calls) from the given profile-data.

Definition