]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/profiler/profiler.factor
Rename vocab to lookup-vocab
[factor.git] / basis / tools / profiler / profiler.factor
index f002d950324cb1e62bba340ccbb3dba6bf58e7ca..f95980ec28b2909fea910c86e793c6d6429e20ea 100644 (file)
@@ -56,7 +56,7 @@ IN: tools.profiler
 
 : vocab-profile. ( vocab -- )
     "Call counts for words in the " write
-    dup dup vocab write-object
+    dup dup lookup-vocab write-object
     " vocabulary:" print
     words counters counters. ;