vocabs-profile. now omits type predicates
parent
be9989cf3d
commit
9faee652c8
|
@ -59,5 +59,7 @@ M: string (profile.)
|
||||||
: vocabs-profile. ( -- )
|
: vocabs-profile. ( -- )
|
||||||
"Call counts for all vocabularies:" print
|
"Call counts for all vocabularies:" print
|
||||||
vocabs [
|
vocabs [
|
||||||
dup words [ profile-counter ] map sum
|
dup words
|
||||||
|
[ "predicating" word-prop not ] subset
|
||||||
|
[ profile-counter ] map sum
|
||||||
] { } map>assoc counters. ;
|
] { } map>assoc counters. ;
|
||||||
|
|
Loading…
Reference in New Issue