gc-time* ( profile-data -- n )


Vocabulary
tools.profiler.sampling

Inputs
profile-dataraw profile data


Outputs
na duration


Word description
Returns the total time spent in the garbage collector from the given profile-data.

Definition