]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/profiler/profiler-docs.factor
Remove stack effects from HELP: declarations.
[factor.git] / basis / tools / profiler / profiler-docs.factor
index 66ae5d7bd332485175e53182b8c4761d42c11f30..ee1d8840732f7be1f7712da26df120533fa205b3 100644 (file)
@@ -61,7 +61,7 @@ HELP: vocabs-profile.
 HELP: method-profile.
 { $description "Print a table of cumilative call counts for each method. Methods which were not called are supressed from the output." } ;
 
-HELP: profiling ( ? -- )
+HELP: profiling
 { $values { "?" "a boolean" } }
 { $description "Internal primitive to switch on call counting. This word should not be used; instead use " { $link profile } "." } ;