]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/tools/profiler/profiler.factor
Rename vocab to lookup-vocab
[factor.git] / basis / ui / tools / profiler / profiler.factor
index fe27ec2b4a3680b9195f22be779e02c31417d4d7..48ead0cb34de174d06dabfa9bd0cbea252c96e6d 100644 (file)
@@ -95,7 +95,7 @@ M: method-renderer column-titles drop { "" "Method" "Count" } ;
     [ <model> ] dip <profiler-model> [ f prefix ] <arrow> ;
 
 : <vocabs-model> ( profiler -- model )
-    [ vocab-counters [ [ vocab ] dip ] assoc-map ] dip
+    [ vocab-counters [ [ lookup-vocab ] dip ] assoc-map ] dip
     <profiler-filter-model> ;
 
 : <generic-model> ( profiler -- model )