Handbook
Glossary
foreign-thread-sample-count ( sample -- count )
Vocabulary
tools
.
profiler
.
sampling
Inputs
sample
a raw profile sample
Outputs
count
an
integer
Word description
Returns the number of sample intervals spent executing non-Factor threads within the Factor process during
sample
.
See also
total-sample-count
,
gc-sample-count
,
jit-sample-count
,
foreign-sample-count
,
sample-thread
,
sample-callstack
Definition
USING:
kernel
sequences
;
IN:
tools.profiler.sampling
:
foreign-thread-sample-count
( sample -- count )
4
swap
nth
;