]> gitweb.factorcode.org Git - factor.git/blob - basis/ui/tools/operations/operations-docs.factor
move counting profiler to tools.profiler.counting
[factor.git] / basis / ui / tools / operations / operations-docs.factor
1 USING: help.tips help.markup help.syntax ui.operations
2 tools.walker tools.time tools.profiler.counting ui.tools.operations ;
3
4 TIP: "Press " { $operation com-stack-effect } " to print the stack effect of the code in the input field without executing it (" { $link "inference" } ")." ;
5
6 TIP: "Press " { $operation walk } " to single-step through the code in the input field (" { $link "ui-walker" } ")." ;
7
8 TIP: "Press " { $operation time } " to time execution of the code in the input field (" { $link "timing" } ")." ;