Handbook
Glossary
time-per-thread ( -- n )
Vocabulary
tools
.
profiler
.
sampling
.
private
Inputs
None
Outputs
n
an
object
Definition
USING:
assocs
tools.profiler.sampling
;
IN:
tools.profiler.sampling.private
:
time-per-thread
( -- n )
most-recent-profile-data
collect-threads
[
total-time*
]
assoc-map
;