total-sample-count ( sample -- count )


Vocabulary
tools.profiler.sampling

Inputs
samplea raw profile sample


Outputs
countan integer


Word description
Returns the total number of sample intervals spent during sample.

See also
gc-sample-count, jit-sample-count, foreign-sample-count, foreign-thread-sample-count, sample-thread, sample-callstack

Definition