]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/tools/operations/operations-docs.factor
move counting profiler to tools.profiler.counting
[factor.git] / basis / ui / tools / operations / operations-docs.factor
index 4636155eb030bfe713f438c88a68d7b9de5e5e15..ceaf36429afeedf3467b05c9afb3a023fdb98efa 100644 (file)
@@ -1,5 +1,5 @@
 USING: help.tips help.markup help.syntax ui.operations
-tools.walker tools.time tools.counting-profiler ui.tools.operations ;
+tools.walker tools.time tools.profiler.counting ui.tools.operations ;
 
 TIP: "Press " { $operation com-stack-effect } " to print the stack effect of the code in the input field without executing it (" { $link "inference" } ")." ;