tools.profiler.sampling: fix stack effect name

db4
Joe Groff 2011-11-01 20:28:17 -07:00
parent 1745e22211
commit 81aac9359f
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ CONSTANT: ignore-words
: foreign-thread-time ( -- n )
get-raw-profile-data (foreign-thread-time) ;
: collect-threads ( samples -- by-top )
: collect-threads ( samples -- by-thread )
[ sample-thread ] collect-by ;
: time-per-thread ( -- n )