gc-time ( -- n )
Factor handbook » Developer tools » Sampling profiler

Prev:total-time ( -- n )
Next:foreign-time ( -- n )


Vocabulary
tools.profiler.sampling

Inputs
None

Outputs
na duration


Word description
Returns the total time spent in the garbage collector during the last profile.

See also
total-time, foreign-time, foreign-thread-time

Definition