]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/profiler/sampling/sampling-docs.factor
tools: fix some docs uses.
[factor.git] / basis / tools / profiler / sampling / sampling-docs.factor
index f4872a41193fe8f9cfce9b18b61bb0763550f319..68a2a944047ed6e5a1384e844f5a8f3e89042ab7 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2010 Joe Groff.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: arrays calendar help.markup help.syntax math quotations threads
-tools.profiler.sampling.private ;
+tools.profiler.sampling tools.profiler.sampling.private ;
 IN: tools.profiler.sampling
 
 { cross-section flat top-down top-down-max-depth profile profile. } related-words