Handbook
Glossary
sample-thread ( sample -- thread )
Vocabulary
tools
.
profiler
.
sampling
Inputs
sample
a raw profile sample
Outputs
thread
a
thread
Word description
Returns the currently-executing Factor thread at the time of
sample
.
See also
total-sample-count
,
gc-sample-count
,
jit-sample-count
,
foreign-sample-count
,
foreign-thread-sample-count
,
sample-callstack
Definition
USING:
kernel
sequences
;
IN:
tools.profiler.sampling
:
sample-thread
( sample -- thread )
5
swap
nth
;