sample-thread ( sample -- thread )


Vocabulary
tools.profiler.sampling

Inputs
samplea raw profile sample


Outputs
threada 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