Handbook
Glossary
tools.profiler.sampling vocabulary
Factor handbook
ยป
Vocabulary index
Documentation
Sampling profiler
Metadata
Parents:
tools
.
profiler
Authors:
Joe Groff
Words
Tuple classes
Class
Superclass
Slots
profile-node
tuple
total-time gc-time jit-time foreign-time foreign-thread-time children depth
Symbol words
samples-per-second
Ordinary words
Word
Stack effect
cross-section
( depth -- tree )
cross-section*
( depth profile-data -- tree )
flat
( -- flat )
flat*
( profile-data -- flat )
foreign-sample-count
( sample -- count )
foreign-thread-sample-count
( sample -- count )
foreign-thread-time
( -- n )
foreign-thread-time*
( profile-data -- n )
foreign-time
( -- n )
foreign-time*
( profile-data -- n )
gc-sample-count
( sample -- count )
gc-time
( -- n )
gc-time*
( profile-data -- n )
jit-sample-count
( sample -- count )
most-recent-profile-data
( -- profile-data )
profile
( quot -- )
profile.
( tree -- )
sample-callstack
( sample -- array )
sample-counts-slice
( sample -- counts )
sample-thread
( sample -- thread )
samples>time
( samples -- seconds )
top-down
( -- tree )
top-down*
( profile-data -- tree )
top-down-max-depth
( max-depth -- tree )
top-down-max-depth*
( max-depth profile-data -- tree )
total-sample-count
( sample -- count )
total-time
( -- n )
total-time*
( profile-data -- n )
unclip-callstack
( sample -- sample' callstack-top )
Class predicate words
Word
Stack effect
profile-node?
( object -- ? )
Files
resource:basis/tools/profiler/sampling/sampling.factor
resource:basis/tools/profiler/sampling/sampling-docs.factor
resource:basis/tools/profiler/sampling/sampling-tests.factor
Metadata files
resource:basis/tools/profiler/sampling/authors.txt
resource:basis/tools/profiler/sampling/summary.txt